rustc_codegen_ssa: add s390x_target_feature symbol
This commit is contained in:
parent
c940d52cb0
commit
366bc8691b
2 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,7 @@ pub fn from_target_feature(
|
|||
Some(sym::prfchw_target_feature) => rust_features.prfchw_target_feature,
|
||||
Some(sym::x86_amx_intrinsics) => rust_features.x86_amx_intrinsics,
|
||||
Some(sym::xop_target_feature) => rust_features.xop_target_feature,
|
||||
Some(sym::s390x_target_feature) => rust_features.s390x_target_feature,
|
||||
Some(name) => bug!("unknown target feature gate {}", name),
|
||||
None => true,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue