forked from OSchip/llvm-project
[HWASan] Disable LTO test on aarch64.
It fails for non-Android aarch64 bots as well.
This commit is contained in:
parent
1cc3b135aa
commit
2022e2fcd0
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue