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

Bob Haarman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 29 15:27:05 PDT 2017


inglorion added a comment.

That sounds reasonable; it forces LTO to make explicit that the symbols it's getting GUIDs for are non-local. That leaves type ids, which I don't know much about. I suppose we could make those go through a new getGUIDForTypeId method that does what the static getGUID does now.


https://reviews.llvm.org/D31444





More information about the llvm-commits mailing list