[HWASan] Disable LTO test on aarch64.
authorMatt Morehouse <mascasa@google.com>
Mon, 29 Nov 2021 16:07:04 +0000 (08:07 -0800)
committerMatt Morehouse <mascasa@google.com>
Mon, 29 Nov 2021 16:08:17 +0000 (08:08 -0800)
It fails for non-Android aarch64 bots as well.

compiler-rt/test/hwasan/TestCases/lto.c

index 6a83a32..5dd01b9 100644 (file)
@@ -2,8 +2,7 @@
 // RUN: %clang_hwasan -flto %s -o %t
 // RUN: not %run %t 1 2>&1 | FileCheck %s
 
-// REQUIRES: pointer-tagging
-// UNSUPPORTED: android
+// REQUIRES: pointer-tagging, x86_64-target-arch
 
 #include <stdlib.h>