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 9b789f0 commit 04707f4Copy full SHA for 04707f4
1 file changed
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