[HWASan] Disable LTO test on aarch64.

It fails for non-Android aarch64 bots as well.
This commit is contained in:
Matt Morehouse 2021-11-29 08:07:04 -08:00
parent 1cc3b135aa
commit 2022e2fcd0
1 changed files with 1 additions and 2 deletions

View 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>