mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
aarch64 is not whitelisted for ARM features
This commit is contained in:
@@ -89,7 +89,7 @@ pub fn target_features(sess: &Session) -> Vec<Symbol> {
|
||||
let target_machine = create_target_machine(sess);
|
||||
|
||||
let whitelist = match &*sess.target.target.arch {
|
||||
"arm" => ARM_WHITELIST,
|
||||
"arm" | "aarch64" => ARM_WHITELIST,
|
||||
"x86" | "x86_64" => X86_WHITELIST,
|
||||
"hexagon" => HEXAGON_WHITELIST,
|
||||
"powerpc" | "powerpc64" => POWERPC_WHITELIST,
|
||||
|
||||
Reference in New Issue
Block a user