summaryrefslogtreecommitdiffstats
path: root/debuginfo-tests
diff options
context:
space:
mode:
authorVlad Tsyrklevich <vlad@tsyrklevich.net>2018-08-14 21:38:50 +0000
committerVlad Tsyrklevich <vlad@tsyrklevich.net>2018-08-14 21:38:50 +0000
commitcd4056c8810c1336d6059e1338b7af9400a141d5 (patch)
treec309cb8b52d2251ed1b06cc0309a7ef38ba0d47c /debuginfo-tests
parentcb5b433798a648ae4fa7432761020d237136717a (diff)
downloadbcm5719-llvm-cd4056c8810c1336d6059e1338b7af9400a141d5.tar.gz
bcm5719-llvm-cd4056c8810c1336d6059e1338b7af9400a141d5.zip
SafeStack: Disable Darwin support
SafeStack support for Darwin has not been functional and was disabled in r339719/r339720. Disable Darwin for the safestack debuginfo test. llvm-svn: 339732
Diffstat (limited to 'debuginfo-tests')
-rw-r--r--debuginfo-tests/safestack.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/debuginfo-tests/safestack.c b/debuginfo-tests/safestack.c
index 01c5f7ede92..e1ce3dfd82e 100644
--- a/debuginfo-tests/safestack.c
+++ b/debuginfo-tests/safestack.c
@@ -1,5 +1,6 @@
// RUN: %clang %target_itanium_abi_host_triple -arch x86_64 %s -o %t.out -g -fsanitize=safe-stack
// RUN: %test_debuginfo %s %t.out
+// UNSUPPORTED: system-darwin
// REQUIRES: not_asan
// Zorg configures the ASAN stage2 bots to not build the
// safestack compiler-rt. Only run this test on
OpenPOWER on IntegriCloud