Skip to content

Commit

Permalink
Whitelist the ARM v8 target-feature
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed Feb 14, 2019
1 parent 6bce2b8 commit 1d6ce52
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 @@ -104,6 +104,7 @@ const ARM_WHITELIST: &[(&str, Option<&str>)] = &[
("v6k", Some("arm_target_feature")),
("v6t2", Some("arm_target_feature")),
("v7", Some("arm_target_feature")),
("v8", Some("arm_target_feature")),
("vfp2", Some("arm_target_feature")),
("vfp3", Some("arm_target_feature")),
("vfp4", Some("arm_target_feature")),
Expand Down

0 comments on commit 1d6ce52

Please sign in to comment.