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

           Summary: wrong session type
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Backend: X86
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Compiling

target datalayout =
"e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32"
target triple = "i386-unknown-linux-gnu"
@foo = common global i32 0

produces

        .type   foo,@object
        .section        .gnu.linkonce.b.foo,"aw",@progbits
        .comm   foo,4,4         # foo

the use of @progbits causes the assembler to print

Warning: setting incorrect section type for .gnu.linkonce.b.foo

This was introduced by revision 76971


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