[PATCH] D23680: [ThinLTO] Emit files for distributed builds for all modules
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 20 10:35:20 PDT 2016
mehdi_amini added inline comments.
================
Comment at: lib/Bitcode/Reader/BitcodeReader.cpp:6111
@@ -6107,1 +6110,3 @@
+ SeenValueSymbolTable = true;
+ }
SeenGlobalValSummary = true;
----------------
Can you commit this as a separate patch? This is mostly unrelated to the distributed build.
https://reviews.llvm.org/D23680
More information about the llvm-commits
mailing list