[PATCH] D31444: LTO: call getRealLinkageName on IRNames before feeding to getGUID

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 29 16:38:45 PDT 2017


tejohnson added a comment.

In https://reviews.llvm.org/D31444#713611, @pcc wrote:

> In https://reviews.llvm.org/D31444#713610, @inglorion wrote:
>
> > Since refactoring getGUID is going to touch a fair few more places than this diff does, is it OK to do that in a follow-up?
>
>
> Yes, that's fine, thanks.


Right and note I wasn't suggesting doing that in this patch either - rather just preparing for that by changing the places you added calls to getRealLinkageName to instead call getGlobalIdentifier


https://reviews.llvm.org/D31444





More information about the llvm-commits mailing list