Skip to content

Commit 7793cf3

Browse files
rebase sideeffect
1 parent 9489668 commit 7793cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AArch64/AArch64TargetMachine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ void AArch64TargetMachine::registerPassBuilderCallbacks(PassBuilder &PB) {
575575
});
576576
if (getTargetTriple().isOSWindows())
577577
PB.registerPipelineEarlySimplificationEPCallback(
578-
[](ModulePassManager &PM, OptimizationLevel Level) {
578+
[](ModulePassManager &PM, OptimizationLevel, ThinOrFullLTOPhase) {
579579
PM.addPass(LowerIFuncPass());
580580
});
581581
}

0 commit comments

Comments
 (0)