Skip to content

Commit d743464

Browse files
committed
update libstdc++ compatibility error log
Signed-off-by: onur-ozkan <[email protected]>
1 parent da72695 commit d743464

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/src/core/sanity.rs

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ pub fn check(build: &mut Build) {
128128
eprintln!(
129129
"Consider upgrading libstdc++ or disabling the `llvm.download-ci-llvm` option."
130130
);
131+
eprintln!("If you choose to upgrade libstdc++, run `x clean` or delete `build/host/libcxx-version` manually after the upgrade.");
131132
crate::exit!(1);
132133
}
133134
}

0 commit comments

Comments
 (0)