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.
2 parents 44a730c + bd2df7b commit 5f4bd60Copy full SHA for 5f4bd60
llvm/utils/gn/secondary/compiler-rt/test/hwasan/BUILD.gn
@@ -58,7 +58,7 @@ if (current_toolchain != host_toolchain) {
58
}
59
60
supported_toolchains = []
61
-if (host_os == "linux" && host_cpu == "x64") {
+if (host_os == "linux" && (host_cpu == "arm64" || host_cpu == "x64")) {
62
supported_toolchains += [ "//llvm/utils/gn/build/toolchain:stage2_unix" ]
63
64
if (llvm_build_AArch64 && android_ndk_path != "") {
0 commit comments