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

            Bug ID: 20882
           Summary: Common linkage not resolved correctly
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: Linker
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

linking

@a = common global i8 0, align 8

and

@a = common global i16 0, align 4

should produce

@a = common global i16 0, align 8

to match what ELF linkers do.

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