Skip to content

Commit 6bfdb04

Browse files
committed
add FIXME on libcxx check
Signed-off-by: onur-ozkan <[email protected]>
1 parent a2407e8 commit 6bfdb04

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Diff for: src/bootstrap/src/core/sanity.rs

+1-5
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,7 @@ pub fn check(build: &mut Build) {
127127
}
128128
}
129129
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);
130+
// FIXME: Handle libc++ version check.
135131
}
136132
}
137133
}

0 commit comments

Comments
 (0)