[llvm-commits] [llvm] r128501 - /llvm/trunk/lib/Linker/LinkModules.cpp

Bill Wendling isanbard at gmail.com
Tue Mar 29 21:57:29 PDT 2011


On Mar 29, 2011, at 9:30 PM, Nick Lewycky wrote:

> Bill Wendling wrote:
>> Author: void
>> Date: Tue Mar 29 18:05:41 2011
>> New Revision: 128501
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=128501&view=rev
>> Log:
>> We need to copy over the unnamed_addr attribute.
> 
> Oh hey! I was just wondering why I didn't see the unnamed_addr attribute show up anywhere! Thanks Bill!
> 
Don't thank me too much yet. :-) I had to pull this patch and apply it in a different place. It appears that if you have a merge of an unnamed_addr with a regular GV, then it gets a real address. I just fixed it in the LTO case...

-bw





More information about the llvm-commits mailing list