no_dead_strip sections are not atomized

Rafael EspĂ­ndola rafael.espindola at gmail.com
Wed Mar 5 18:56:23 PST 2014


I noticed that some objc related symbols would change from L to l if
llvm was left to choose instead of using the magic '\01' prefix. It
seems that the difference is always in no_dead_strip sections, which I
assume are never atomized.

The attached patch fixes that.

Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.patch
Type: application/octet-stream
Size: 1140 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140305/197bd840/attachment.obj>


More information about the llvm-commits mailing list