[PATCH] D41340: [LTO] Remove temporary files corresponding to stream which LTO skips

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 21 08:10:13 PST 2017


tejohnson added inline comments.


================
Comment at: llvm/test/ThinLTO/X86/delete-unused-temps.ll:9
+; RUN: llvm-lto2 run  %t.bc -o %t2 -thinlto-distributed-indexes
+; RUN: ls %t2* | count 1
+
----------------
I'm not sure I understand what is going on - why are there fewer files after the -thinlto-distributed-indexes invocation than without?


https://reviews.llvm.org/D41340





More information about the llvm-commits mailing list