[PATCH] D45508: Implement --ctors-in-init-array.

Chuanqi Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 2 19:07:05 PST 2021


ChuanqiXu added a comment.
Herald added subscribers: dang, MaskRay.
Herald added a reviewer: MaskRay.

In D45508#1066336 <https://reviews.llvm.org/D45508#1066336>, @ruiu wrote:

> I found that this patch isn't correct. Sorry guys. The issue is that we need to reverse the contents after applying relocations. This patch reverses it before applying relocations. I need to fix that. I'll update the patch.

Hi, may I ask about the detail for the new patch. I just met the problems that sections in `.ctors` need to be added to `.init_array`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D45508/new/

https://reviews.llvm.org/D45508



More information about the llvm-commits mailing list