[PATCH] D19556: [ThinLTO] Emit individual index files for distributed backends
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 27 22:37:33 PDT 2016
joker.eph added a comment.
Is it possible to have some coverage in a test based on llvm-lto (or other standard tools)?
The availability of the gold plugin is rather limited usually.
================
Comment at: lib/Bitcode/Writer/BitcodeWriter.cpp:396
@@ +395,3 @@
+ return ModuleGVSummariesIter == RHS.ModuleGVSummariesIter;
+ } else {
+ // First ensure RHS also writing the full index, and that both are
----------------
no else after return.
http://reviews.llvm.org/D19556
More information about the llvm-commits
mailing list