[PATCH] D49565: [ThinLTO] Only emit referenced type id records in index files
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 19 14:24:38 PDT 2018
pcc accepted this revision.
pcc added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: test/ThinLTO/X86/cfi-distributed.ll:19
+
+; Since @test calls @test1, the latter should be imported here and the
+; first index file should reference both type ids.
----------------
You mean `@test2`?
================
Comment at: test/ThinLTO/X86/cfi-distributed.ll:25
+
+; The second index file, corresponding to @test1, should only contain the
+; typeid for _ZTS1A.
----------------
Ditto
Repository:
rL LLVM
https://reviews.llvm.org/D49565
More information about the llvm-commits
mailing list