We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b83e7 commit 7c8e1f1Copy full SHA for 7c8e1f1
src/bootstrap/src/core/sanity.rs
@@ -128,6 +128,7 @@ pub fn check(build: &mut Build) {
128
eprintln!(
129
"Consider upgrading libstdc++ or disabling the `llvm.download-ci-llvm` option."
130
);
131
+ eprintln!("If you choose to upgrade libstdc++, run `x clean` or delete `build/host/libcxx-version` manually after the upgrade.");
132
}
133
134
tool::LibcxxVersion::Llvm(_) => {
0 commit comments