http://llvm.org/bugs/show_bug.cgi?id=9217
Summary: llvm should use comdat
Product: libraries
Version: trunk
Platform: PC
OS/Version: All
Status: ASSIGNED
Severity: normal
Priority: P
Component: Common Code Generator Code
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
llvm will currently produce linkonce. We should move to the newer comdat. Some
advantages are:
*) We can group related items in the same comdat.
*) The gold plugin interface supports comdats, but not linkonce
See http://sourceware.org/bugzilla/show_bug.cgi?id=12488
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs