[PATCH] D49565: [ThinLTO] Only emit referenced type id records in index files

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 19 15:29:42 PDT 2018


tejohnson marked 2 inline comments as done.
tejohnson added inline comments.


================
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.
----------------
pcc wrote:
> You mean `@test2`?
Yep, fixed here and below.


Repository:
  rL LLVM

https://reviews.llvm.org/D49565





More information about the llvm-commits mailing list