[llvm-bugs] [Bug 35533] Wasm backend COMDAT support

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Jan 17 06:53:47 PST 2018


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

Nicholas Wilson <ncw at realvnc.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #22 from Nicholas Wilson <ncw at realvnc.com> ---
Working COMDAT support was merged in r322415 (https://reviews.llvm.org/D40845)
for LLD, https://reviews.llvm.org/D40844 for LLVM.

The model uses "COMDAT groupings" of symbols that are linked/discarded
together. We don't have GC yet, so the symbols are selected together
automatically, and the "discard these syms together" behaviour is explicit. The
implementation matches the ELF linker's implementation of COMDAT groups - but
that could be revised in future.

-- 
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/44dcf335/attachment.html>


More information about the llvm-bugs mailing list