[PATCH] D41267: [LTO] Write LTO output for empty RegularLTO.ModsWithSummaries

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 14 18:00:37 PST 2017


pcc added inline comments.


================
Comment at: llvm/lib/LTO/LTO.cpp:1187-1188
   // are reserved for parallel code generation partitions.
   unsigned Task =
       HasRegularLTO ? RegularLTO.ParallelCodeGenParallelismLevel : 0;
   for (auto &Mod : ThinLTO.ModuleMap) {
----------------
Replace with `RegularLTO.ParallelCodeGenParallelismLevel`.


https://reviews.llvm.org/D41267





More information about the llvm-commits mailing list