Skip to content

Commit 4d4f95d

Browse files
committed
add FIXME on libcxx check
Signed-off-by: onur-ozkan <[email protected]>
1 parent 480670e commit 4d4f95d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/bootstrap/src/core/sanity.rs

+1-5
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,7 @@ pub fn check(build: &mut Build) {
124124
}
125125
}
126126
tool::LibcxxVersion::Llvm(_) => {
127-
eprintln!(
128-
"\nYour system is using libc++, which is incompatible with the `llvm.download-ci-llvm` option."
129-
);
130-
eprintln!("Disable `llvm.download-ci-llvm` or switch to libstdc++.");
131-
crate::exit!(1);
127+
// FIXME: Handle libc++ version check.
132128
}
133129
}
134130
}

0 commit comments

Comments
 (0)