1
Fork 0

ARM: expose the "mclass" target feature

This commit is contained in:
Jorge Aparicio 2018-07-06 17:12:03 -05:00
parent 3ea16c3493
commit b7047bb89f

View file

@ -84,6 +84,7 @@ unsafe fn configure_llvm(sess: &Session) {
// array, leading to crashes.
const ARM_WHITELIST: &[(&str, Option<&str>)] = &[
("mclass", Some("arm_target_feature")),
("neon", Some("arm_target_feature")),
("v7", Some("arm_target_feature")),
("vfp2", Some("arm_target_feature")),