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

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 17 18:43:17 PST 2017


vitalybuka added inline comments.


================
Comment at: lld/COFF/LTO.cpp:150
+      FileName += std::to_string(I);
+    FileName += ".lto.obj";
+    if (Buff[I].empty()) {
----------------
No tests as I don't know how to reproduce this for LLD.
In other LTO invocation it can be triggered with -thinlto-distributed-indexes


https://reviews.llvm.org/D41340





More information about the llvm-commits mailing list