[llvm-bugs] [Bug 29155] New: unnamed_addr not merged correctly
    via llvm-bugs 
    llvm-bugs at lists.llvm.org
       
    Fri Aug 26 12:13:39 PDT 2016
    
    
  
https://llvm.org/bugs/show_bug.cgi?id=29155
            Bug ID: 29155
           Summary: unnamed_addr not merged correctly
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: ELF
          Assignee: unassignedbugs at nondot.org
          Reporter: rafael.espindola at gmail.com
                CC: davide at freebsd.org, llvm-bugs at lists.llvm.org
    Classification: Unclassified
Given 
@foo = weak constant i32 41
and
@foo = unnamed_addr constant i32 42
lld produces
@foo = unnamed_addr constant i32 42
It should have dropped the unnamed_addr.
-- 
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/20160826/052699f4/attachment.html>
    
    
More information about the llvm-bugs
mailing list