diff options
author | Kuba Mracek <mracek@apple.com> | 2017-04-26 21:34:18 +0000 |
---|---|---|
committer | Kuba Mracek <mracek@apple.com> | 2017-04-26 21:34:18 +0000 |
commit | c080598ed30ecc250b22cfbe82e3f0e4aaec62b5 (patch) | |
tree | a129fc5c36d462f3a4fc856c9afc7711dda6ed96 /compiler-rt/test/asan/TestCases/initialization-bug.cc | |
parent | d7b2a9981cf3b20147e41719cd9a00e0a56083ae (diff) | |
download | bcm5719-llvm-c080598ed30ecc250b22cfbe82e3f0e4aaec62b5.tar.gz bcm5719-llvm-c080598ed30ecc250b22cfbe82e3f0e4aaec62b5.zip |
Mark two tests (dead-strip.c, initialization-bug.cc) as unsupported on iOS.
llvm-svn: 301478
Diffstat (limited to 'compiler-rt/test/asan/TestCases/initialization-bug.cc')
-rw-r--r-- | compiler-rt/test/asan/TestCases/initialization-bug.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/asan/TestCases/initialization-bug.cc b/compiler-rt/test/asan/TestCases/initialization-bug.cc index b28174f59ae..6ecc6c836c5 100644 --- a/compiler-rt/test/asan/TestCases/initialization-bug.cc +++ b/compiler-rt/test/asan/TestCases/initialization-bug.cc @@ -10,6 +10,7 @@ // The test is expected to fail on OS X Yosemite and older // UNSUPPORTED: osx-no-ld64-live_support +// UNSUPPORTED: ios #include <cstdio> |