[LLVMbugs] [Bug 12607] llvm-link behavior change (3.1 vs 2.9) with GlobalAliases
    bugzilla-daemon at llvm.org 
    bugzilla-daemon at llvm.org
       
    Fri Apr 20 22:44:00 PDT 2012
    
    
  
http://llvm.org/bugs/show_bug.cgi?id=12607
Chris Lattner <clattner at apple.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME
--- Comment #3 from Chris Lattner <clattner at apple.com> 2012-04-21 00:44:00 CDT ---
This is expected behavior.  The compiler in general is allowed to "optimize
out" aliases by forwarding through them unless they are weak.
-- 
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.
    
    
More information about the llvm-bugs
mailing list