We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b51bd commit d61b606Copy full SHA for d61b606
lld/COFF/LTO.cpp
@@ -133,11 +133,11 @@ BitcodeCompiler::BitcodeCompiler(COFFLinkerContext &c) : ctx(c) {
133
llvm::heavyweight_hardware_concurrency(ctx.config.thinLTOJobs));
134
}
135
136
- if (!ctx.config.dtltoDistributor.empty())
137
- ltoObj->Dtlto = true;
138
-
139
ltoObj = std::make_unique<lto::LTO>(createConfig(), backend,
140
ctx.config.ltoPartitions);
+
+ if (!ctx.config.dtltoDistributor.empty())
+ ltoObj->Dtlto = true;
141
142
143
BitcodeCompiler::~BitcodeCompiler() = default;
0 commit comments