mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-30 09:24:35 +00:00
aarch64 is not whitelisted for ARM features
This commit is contained in:
parent
6c0d50f9fa
commit
3bd9d62963
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user