[llvm-bugs] [Bug 31974] New: 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
Wed Feb 15 12:39:58 PST 2017
https://bugs.llvm.org/show_bug.cgi?id=31974
Bug ID: 31974
Summary: lld-link fails with "LLVM ERROR: Associative COMDAT
symbol 'baz' does not exist." when using LTO
Product: lld
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P
Component: COFF
Assignee: unassignedbugs at nondot.org
Reporter: llvm at inglorion.net
CC: llvm-bugs at lists.llvm.org
Created attachment 17988
--> https://bugs.llvm.org/attachment.cgi?id=17988&action=edit
Reproducer for "Associative COMDAT symbol does not exist."
I tried to build LLVM on Windows with LTO. The tests (anything using
googletest) fail to link, giving "LLVM ERROR: Associative COMDAT symbol 'baz'
does not exist.", where 'baz' is the name of a COMDAT. I've reduced the code
that reproduces the problem to the attached test case.
--
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/20170215/ecd2fb32/attachment.html>
More information about the llvm-bugs
mailing list