Skip to content

Commit

Permalink
ARM: expose the "mclass" target feature
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed Jul 6, 2018
1 parent 3ea16c3 commit b7047bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_codegen_llvm/llvm_util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")),
Expand Down

0 comments on commit b7047bb

Please sign in to comment.