mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 14:23:25 +03:00
whitelist some ARM features
This commit is contained in:
@@ -86,10 +86,14 @@ unsafe fn configure_llvm(sess: &Session) {
|
||||
// array, leading to crashes.
|
||||
|
||||
const ARM_WHITELIST: &[(&str, Option<&str>)] = &[
|
||||
("aclass", Some("arm_target_feature")),
|
||||
("mclass", Some("arm_target_feature")),
|
||||
("rclass", Some("arm_target_feature")),
|
||||
("dsp", Some("arm_target_feature")),
|
||||
("neon", Some("arm_target_feature")),
|
||||
("v5te", Some("arm_target_feature")),
|
||||
("v6k", Some("arm_target_feature")),
|
||||
("v6t2", Some("arm_target_feature")),
|
||||
("v7", Some("arm_target_feature")),
|
||||
("vfp2", Some("arm_target_feature")),
|
||||
("vfp3", Some("arm_target_feature")),
|
||||
|
||||
Reference in New Issue
Block a user