[llvm-bugs] [Bug 44452] Wildcard in linker script matches non-SHF_ALLOC sections causing error
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Feb 25 08:06:47 PST 2020
https://bugs.llvm.org/show_bug.cgi?id=44452
Fangrui Song <i at maskray.me> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |WONTFIX
Status|NEW |RESOLVED
--- Comment #3 from Fangrui Song <i at maskray.me> ---
https://lore.kernel.org/lkml/20200224060618.blsbhilbmm6b23a2@google.com/
I think `/DISCARD/ : { *(*) }` are likely misuse,
INPUT_SECTIONS_FLAGS(SHF_ALLOC) *(*) should be used.
The GNU ld feature request is tracked by
https://sourceware.org/bugzilla/show_bug.cgi?id=25591
--
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/20200225/fe6aba4a/attachment.html>
More information about the llvm-bugs
mailing list