Function rustc_codegen_llvm::llvm_util::global_llvm_features
source · pub(crate) fn global_llvm_features(
sess: &Session,
diagnostics: bool
) -> Vec<String>
Expand description
The list of LLVM features computed from CLI flags (-Ctarget-cpu
, -Ctarget-feature
,
--target
and similar).