[PATCH] D24826: [LTO] Add -flto-jobs=N to control backend parallelism

Mehdi AMINI via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 22 09:31:51 PDT 2016


mehdi_amini added a comment.

Also I don't think the same option should be used for the parallel LTO codegen: it actually does not generate the same binary, which should deserve a dedicated opt-in (What if I mix ThinLTO and LTO, and I don't want // codegen?)


https://reviews.llvm.org/D24826





More information about the cfe-commits mailing list