[PATCH] D24595: [lib/LTO] Remove now unneded hack for undefined symbols

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 15 10:40:30 PDT 2016


>
>
> Not sure I understand the question. We were previously calling
> UpdateCompilerUsed before invoking llvm::internalizeModule, presumably to
> prevent internalization. Now we simply use the callback to query this
> information directly.
>
>
Note that in the case of assembly uses, we don't want to prevent
internalization, we want to prevent the internalized symbol from being
deleted.

Cheers,
Rafael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160915/577ccc8a/attachment.html>


More information about the llvm-commits mailing list