[PATCH] D23680: [ThinLTO] Emit files for distributed builds for all modules

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 20 10:42:44 PDT 2016


pcc added inline comments.

================
Comment at: tools/gold/gold-plugin.cpp:755
@@ -754,1 +754,3 @@
 
+// Write empty files that may be expected by a distributed build
+// system when invoked with thinlto_index_only. This is invoked when
----------------
I am not sure if this is needed, but even if it is, can't this be done inside lib/LTO?


https://reviews.llvm.org/D23680





More information about the llvm-commits mailing list