[llvm-bugs] [Bug 35534] Wasm backend duplicate function pruning
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Jan 17 06:56:34 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=35534
Nicholas Wilson <ncw at realvnc.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |ncw at realvnc.com
Resolution|--- |FIXED
--- Comment #1 from Nicholas Wilson <ncw at realvnc.com> ---
Duplicate functions are now pruned in LLD as of r322415.
In D41390 (https://reviews.llvm.org/D41390), there was a discussion of whether
duplicate weak (but not COMDAT) symbols should be pruned by LLD. Since that
behaviour is handled by GC for LLD-ELF, we decided not to do the weak symbol
pruning until LLD-Wasm gets GC support.
--
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/20180117/e5b5744e/attachment-0001.html>
More information about the llvm-bugs
mailing list