From 2022e2fcd05c68a38c4b5ef865461c9c86a81997 Mon Sep 17 00:00:00 2001 From: Matt Morehouse Date: Mon, 29 Nov 2021 08:07:04 -0800 Subject: [PATCH] [HWASan] Disable LTO test on aarch64. It fails for non-Android aarch64 bots as well. --- compiler-rt/test/hwasan/TestCases/lto.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compiler-rt/test/hwasan/TestCases/lto.c b/compiler-rt/test/hwasan/TestCases/lto.c index 6a83a32..5dd01b9 100644 --- a/compiler-rt/test/hwasan/TestCases/lto.c +++ b/compiler-rt/test/hwasan/TestCases/lto.c @@ -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 -- 2.7.4