summaryrefslogtreecommitdiff
path: root/test/tsan/ignore_lib0.cc
diff options
context:
space:
mode:
authorKuba Mracek <mracek@apple.com>2017-07-10 15:00:55 +0000
committerKuba Mracek <mracek@apple.com>2017-07-10 15:00:55 +0000
commit199c0c91df22a7d749f6910b795d427f84994b42 (patch)
tree4feb5a4a39ac16611ac5558b17d80230de4683e7 /test/tsan/ignore_lib0.cc
parent671ef704cfa72856adc7c9a3686a21cb3c1c00ab (diff)
[tsan] Add support for running TSan tests on iOS simulator and devices
Differential Revision: https://reviews.llvm.org/D35157 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@307537 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/tsan/ignore_lib0.cc')
-rw-r--r--test/tsan/ignore_lib0.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/tsan/ignore_lib0.cc b/test/tsan/ignore_lib0.cc
index d6ae72f31..84632019f 100644
--- a/test/tsan/ignore_lib0.cc
+++ b/test/tsan/ignore_lib0.cc
@@ -11,6 +11,8 @@
// Some aarch64 kernels do not support non executable write pages
// REQUIRES: stable-runtime
+// UNSUPPORTED: ios
+
#ifndef LIB
extern "C" void libfunc();