We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65fb1ad + a5d59b7 commit fe25989Copy full SHA for fe25989
clang/lib/CodeGen/BackendUtil.cpp
@@ -1027,7 +1027,6 @@ void EmitAssemblyHelper::RunOptimizationPipeline(
1027
}
1028
1029
if (!NewPMPasses.empty()) {
1030
- MPM.addPass(PB.buildO0DefaultPipeline(Level, PrepareForThinLTO || PrepareForLTO));
1031
if (auto Err = PB.parsePassPipeline(MPM, NewPMPasses)) {
1032
report_fatal_error(Twine("unable to parse pass pipeline description '") +
1033
NewPMPasses + "': " + toString(std::move(Err)));
0 commit comments