[lld] [lld][COFF]Expose UnifiedLTO and PassPipeline Options (PR #69904)
Alexandre Ganea via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 24 14:55:52 PDT 2023
================
@@ -126,8 +127,23 @@ BitcodeCompiler::BitcodeCompiler(COFFLinkerContext &c) : ctx(c) {
llvm::heavyweight_hardware_concurrency(ctx.config.thinLTOJobs));
}
+ lto::LTO::LTOKind Kind = lto::LTO::LTOK_Default;
----------------
aganea wrote:
> That was a style divergence that we never resolved.
Can we not converge now with the rest of LLVM? I feel this was Rui’s preference and he’s not involved anymore with the project.
https://github.com/llvm/llvm-project/pull/69904
More information about the llvm-commits
mailing list