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 6de834d commit 39c1817Copy full SHA for 39c1817
src/bootstrap/src/core/build_steps/compile.rs
@@ -1690,7 +1690,7 @@ impl Step for GccCodegenBackend {
1690
&CodegenBackendKind::Gcc,
1691
);
1692
1693
- if builder.config.keep_stage.contains(&build_compiler.stage) {
+ if builder.config.keep_stage.contains(&build_compiler.stage) && stamp.path().exists() {
1694
trace!("`keep-stage` requested");
1695
builder.info(
1696
"WARNING: Using a potentially old codegen backend. \
0 commit comments