https://bugs.llvm.org/show_bug.cgi?id=32400

Fangrui Song <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Fangrui Song <[email protected]> ---
Fixed for COFF: https://reviews.llvm.org/D62434

For ELF, this is not fixable. ELF undefined symbols errors are relocation
based. And the relocation scanning has to happen after --gc-sections to be
compatible with GNU linkers. I know that Android specifically relies on this
property. Such users may even use -mllvm -asan-globals=0.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to