mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
ARM: expose the "mclass" target feature
This commit is contained in:
@@ -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")),
|
||||
|
||||
Reference in New Issue
Block a user