We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ba7d5 commit 2caff58Copy full SHA for 2caff58
compiler-builtins/build.rs
@@ -91,7 +91,7 @@ fn main() {
91
println!("cargo:rustc-cfg=kernel_user_helpers")
92
}
93
94
- if llvm_target[0] == "aarch64" {
+ if llvm_target[0].starts_with("aarch64") {
95
generate_aarch64_outlined_atomics();
96
97
0 commit comments