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).