[LLVMbugs] [Bug 9217] New: llvm should use comdat

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Feb 14 08:04:22 PST 2011


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: rafael.espindola at gmail.com
        ReportedBy: rafael.espindola at gmail.com
                CC: llvmbugs at cs.uiuc.edu


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.



More information about the llvm-bugs mailing list