summaryrefslogtreecommitdiff
path: root/test/sanitizer_common/TestCases/Linux/ill.cc
diff options
context:
space:
mode:
authorAlexey Samsonov <vonosmas@gmail.com>2016-02-23 01:58:56 +0000
committerAlexey Samsonov <vonosmas@gmail.com>2016-02-23 01:58:56 +0000
commit31f458fea861447ec73eec8178a8c0a775c590a4 (patch)
treeb73a80410b82310efcfa32a0809e3f0d4965b8e7 /test/sanitizer_common/TestCases/Linux/ill.cc
parent4f87e957770c76d8cb729346ce3e2c1f764b58e9 (diff)
[tests] Remove "supported-target" in favor of "target-arch" lit features.
Test cases definitely should not care about the complete set of architectures supported by compiler-rt - they should only care about current architecture that the test suite was configured for. Introduce new lit feature to reflect this, and convert tests to use it. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@261603 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/sanitizer_common/TestCases/Linux/ill.cc')
-rw-r--r--test/sanitizer_common/TestCases/Linux/ill.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sanitizer_common/TestCases/Linux/ill.cc b/test/sanitizer_common/TestCases/Linux/ill.cc
index 1edad4817..2c69618ad 100644
--- a/test/sanitizer_common/TestCases/Linux/ill.cc
+++ b/test/sanitizer_common/TestCases/Linux/ill.cc
@@ -9,7 +9,7 @@
// XFAIL: tsan
//
// FIXME: seems to fail on ARM
-// REQUIRES: x86_64-supported-target
+// REQUIRES: x86_64-target-arch
#include <assert.h>
#include <stdio.h>
#include <sanitizer/asan_interface.h>