[PATCH] D19556: [ThinLTO] Emit individual index files for distributed backends
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Wed May 4 14:01:24 PDT 2016
joker.eph added inline comments.
================
Comment at: lib/LTO/ThinLTOCodeGenerator.cpp:745
@@ +744,3 @@
+ ImportLists, ModuleToSummariesForIndex);
+}
+
----------------
I am wondering if this need to sit on the `ThinLTOCodeGenerator` though: it does not use any member, does it?
http://reviews.llvm.org/D19556
More information about the llvm-commits
mailing list