Function rustc_codegen_llvm::llvm_util::backend_feature_name
source · fn backend_feature_name(s: &str) -> Option<&str>
Expand description
Returns a feature name for the given +feature
or -feature
string.
Only allows features that are backend specific (i.e. not RUSTC_SPECIFIC_FEATURES
.)