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

Rafael Avila de Espindola rafael.espindola at gmail.com
Thu Apr 7 08:53:36 PDT 2011


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

Yes, the idea is that a regular GV is an indication that the address is
important, so we should drop the unnamed_addr.

> -bw
>

Cheers,
Rafael




More information about the llvm-commits mailing list