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

           Summary: linkonce doesn't asmprint right on ELF targets
           Product: libraries
           Version: 1.0
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Common Code Generator Code
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Apparently:

define linkonce void @"foo bar"() { ret void }

prints out:

 .section .gnu.linkonce.t.foo bar,"ax",@progbits

which isn't happy.


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

Reply via email to