Function is_ci_llvm_available_for_target

Source
pub(crate) fn is_ci_llvm_available_for_target(
    config: &Config,
    asserts: bool,
) -> bool
Expand 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.