diff --git a/compiler-rt/test/hwasan/TestCases/lto.c b/compiler-rt/test/hwasan/TestCases/lto.c --- a/compiler-rt/test/hwasan/TestCases/lto.c +++ b/compiler-rt/test/hwasan/TestCases/lto.c @@ -2,7 +2,7 @@ // RUN: %clang_hwasan -flto %s -o %t // RUN: not %run %t 1 2>&1 | FileCheck %s -// REQUIRES: pointer-tagging, x86_64-target-arch +// REQUIRES: pointer-tagging #include