Skip to content

Commit

Permalink
add FIXME on libcxx check
Browse files Browse the repository at this point in the history
Signed-off-by: onur-ozkan <work@onurozkan.dev>
  • Loading branch information
onur-ozkan committed May 28, 2024
1 parent 480670e commit 4d4f95d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/bootstrap/src/core/sanity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,7 @@ pub fn check(build: &mut Build) {
}
}
tool::LibcxxVersion::Llvm(_) => {
eprintln!(
"\nYour system is using libc++, which is incompatible with the `llvm.download-ci-llvm` option."
);
eprintln!("Disable `llvm.download-ci-llvm` or switch to libstdc++.");
crate::exit!(1);
// FIXME: Handle libc++ version check.
}
}
}
Expand Down

0 comments on commit 4d4f95d

Please sign in to comment.