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 c13a6a3 commit 6650007Copy full SHA for 6650007
clang/lib/CodeGen/BackendUtil.cpp
@@ -1169,12 +1169,6 @@ void EmitAssemblyHelper::RunOptimizationPipeline(
1169
if (CodeGenOpts.FatLTO) {
1170
// Set the EnableSplitLTOUnit and UnifiedLTO module flags, since FatLTO
1171
// uses a different action than Backend_EmitBC or Backend_EmitLL.
1172
-<<<<<<< HEAD
1173
- if (!TheModule->getModuleFlag("ThinLTO"))
1174
- TheModule->addModuleFlag(Module::Error, "ThinLTO",
1175
- uint32_t(CodeGenOpts.PrepareForThinLTO));
1176
-=======
1177
->>>>>>> d1e2b96b606e5bf8329ab5821f7a614163a56e16
1178
if (!TheModule->getModuleFlag("EnableSplitLTOUnit"))
1179
TheModule->addModuleFlag(Module::Error, "EnableSplitLTOUnit",
1180
uint32_t(CodeGenOpts.EnableSplitLTOUnit));
0 commit comments