Skip to content

Commit e2e1afa

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/bootstrap/src/core/sanity.rs

+3
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ pub fn check(build: &mut Build) {
128128
eprintln!(
129129
"Consider upgrading libstdc++ or disabling the `llvm.download-ci-llvm` option."
130130
);
131+
eprintln!(
132+
"If you choose to upgrade libstdc++, run `x clean` or delete `build/host/libcxx-version` manually after the upgrade."
133+
);
131134
}
132135
}
133136
tool::LibcxxVersion::Llvm(_) => {

0 commit comments

Comments
 (0)