[llvm-bugs] [Bug 44698] Global initialization incompatibility with old objects
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Nov 12 09:23:32 PST 2020
https://bugs.llvm.org/show_bug.cgi?id=44698
Fangrui Song <i at maskray.me> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #21 from Fangrui Song <i at maskray.me> ---
After https://reviews.llvm.org/D91187 (will be included in LLD 12.0.0),
.ctors.NNNNN and .init_array.NNNNN can be converted as well with a linker
script.
Mark as fixed
The use of INSERT [AFTER|BEFORE] is a bit of an abuse but in the absence of a
better syntax (https://sourceware.org/bugzilla/show_bug.cgi?id=26404) this may
be the best the user can achieve without providing a full script.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20201112/cdbb509f/attachment.html>
More information about the llvm-bugs
mailing list