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

Seraphime Kirkovski (VMware) via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 17 10:01:27 PST 2023


skirkovski added a comment.

Hey folks,

Is this patch still relevant to the upstream community ?

GCC12 is starting to be deployed more and more in production and this kind of issues are at scale for all kinds of companies, so there is interest to get this landed or to find a workaround that does not include rebuilding everything.

LD' s inker script has for years put all .{c,d]tors in .{init,fini}_array. Do you see any issue in implementing the same for lld ?


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

https://reviews.llvm.org/D45508



More information about the llvm-commits mailing list