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 dbb244a commit 1288ed4Copy full SHA for 1288ed4
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