Skip to content

Commit eeb115c

Browse files
committed
Return after PrintPipelinePasses
1 parent 758831e commit eeb115c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/tools/llc/NewPMDriver.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ int llvm::compileModuleWithNewPM(
227227
return PassName.empty() ? ClassName : PassName;
228228
});
229229
outs() << "MIR pipeline: " << MIRPipeline << '\n';
230+
return 0;
230231
}
231232

232233
RunPasses(BOS.get(), Out.get(), M.get(), Context, Buffer, &MPM, &MAM,

0 commit comments

Comments
 (0)