[llvm-bugs] [Bug 31974] lld-link fails with "LLVM ERROR: Associative COMDAT symbol 'baz' does not exist." when using LTO

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Aug 8 12:01:13 PDT 2017


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

Robbert Haarman <llvm at inglorion.net> changed:

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

--- Comment #5 from Robbert Haarman <llvm at inglorion.net> ---
As of r295872 we no longer generate associative comdats for SEH. This avoids
the issue, so that code that uses exceptions on Windows can now be compiled and
linked with LTO. Since that was the goal, I'll close the bug.

-- 
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/20170808/89e3b433/attachment.html>


More information about the llvm-bugs mailing list