We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ea16c3 commit b7047bbCopy full SHA for b7047bb
src/librustc_codegen_llvm/llvm_util.rs
@@ -84,6 +84,7 @@ unsafe fn configure_llvm(sess: &Session) {
84
// array, leading to crashes.
85
86
const ARM_WHITELIST: &[(&str, Option<&str>)] = &[
87
+ ("mclass", Some("arm_target_feature")),
88
("neon", Some("arm_target_feature")),
89
("v7", Some("arm_target_feature")),
90
("vfp2", Some("arm_target_feature")),
0 commit comments