rustc_codegen_llvm::llvm_util

Function global_llvm_features

source
pub(crate) fn global_llvm_features(
    sess: &Session,
    diagnostics: bool,
    only_base_features: bool,
) -> Vec<String>
Expand description

The list of LLVM features computed from CLI flags (-Ctarget-cpu, -Ctarget-feature, --target and similar).