Skip to content

Commit 6650007

Browse files
authored
Fix build fail (intel#12204)
1 parent c13a6a3 commit 6650007

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

clang/lib/CodeGen/BackendUtil.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,12 +1169,6 @@ void EmitAssemblyHelper::RunOptimizationPipeline(
11691169
if (CodeGenOpts.FatLTO) {
11701170
// Set the EnableSplitLTOUnit and UnifiedLTO module flags, since FatLTO
11711171
// 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
11781172
if (!TheModule->getModuleFlag("EnableSplitLTOUnit"))
11791173
TheModule->addModuleFlag(Module::Error, "EnableSplitLTOUnit",
11801174
uint32_t(CodeGenOpts.EnableSplitLTOUnit));

0 commit comments

Comments
 (0)