We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2407e8 commit 6bfdb04Copy full SHA for 6bfdb04
src/bootstrap/src/core/sanity.rs
@@ -127,11 +127,7 @@ pub fn check(build: &mut Build) {
127
}
128
129
tool::LibcxxVersion::Llvm(_) => {
130
- eprintln!(
131
- "\nYour system is using libc++, which is incompatible with the `llvm.download-ci-llvm` option."
132
- );
133
- eprintln!("Disable `llvm.download-ci-llvm` or switch to libstdc++.");
134
- crate::exit!(1);
+ // FIXME: Handle libc++ version check.
135
136
137
0 commit comments