Skip to content

Commit 7c8e1f1

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

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
}
132133
}
133134
tool::LibcxxVersion::Llvm(_) => {

0 commit comments

Comments
 (0)