pub(crate) fn is_ci_llvm_available_for_target(
host_target: &TargetSelection,
asserts: bool,
) -> boolExpand description
Returns whether the CI-found LLVM is currently usable.
This checks the build triple platform to confirm we’re usable at all, and if LLVM with/without assertions is available.