ARM: expose the "mclass" target feature
This commit is contained in:
parent
3ea16c3493
commit
b7047bb89f
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ unsafe fn configure_llvm(sess: &Session) {
|
||||||
// array, leading to crashes.
|
// array, leading to crashes.
|
||||||
|
|
||||||
const ARM_WHITELIST: &[(&str, Option<&str>)] = &[
|
const ARM_WHITELIST: &[(&str, Option<&str>)] = &[
|
||||||
|
("mclass", Some("arm_target_feature")),
|
||||||
("neon", Some("arm_target_feature")),
|
("neon", Some("arm_target_feature")),
|
||||||
("v7", Some("arm_target_feature")),
|
("v7", Some("arm_target_feature")),
|
||||||
("vfp2", Some("arm_target_feature")),
|
("vfp2", Some("arm_target_feature")),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue