Function rustc_codegen_llvm::llvm_util::check_tied_features
source ยท pub(crate) fn check_tied_features(
sess: &Session,
features: &FxHashMap<&str, bool>,
) -> Option<&'static [&'static str]>
Expand description
Given a map from target_features to whether they are enabled or disabled, ensure only valid combinations are allowed.