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 d3a9d47 commit bd2df7bCopy full SHA for bd2df7b
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