[LLVMbugs] [Bug 20882] New: Common linkage not resolved correctly

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Sep 8 17:55:24 PDT 2014


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: unassignedbugs at nondot.org
          Reporter: rafael.espindola at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140909/4f43507e/attachment.html>


More information about the llvm-bugs mailing list