[LLVMbugs] [Bug 8402] New: Incorrect section names and characteristics generated for linkonce sections on Windows.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Oct 17 20:12:26 PDT 2010


http://llvm.org/bugs/show_bug.cgi?id=8402

           Summary: Incorrect section names and characteristics generated
                    for linkonce sections on Windows.
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: Common Code Generator Code
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: bigcheesegs at gmail.com
                CC: llvmbugs at cs.uiuc.edu


LLVM Assumes that COFF linkonce sections are named
.<section>$linkonce<symbol-name>. This is only true on MinGW and Cygwin. Native
Windows tools use just .<section>.

The flags are also incorrect. link.exe warns about it.

-- 
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