summaryrefslogtreecommitdiff
path: root/cross-project-tests/debuginfo-tests/llgdb-tests/safestack.c
diff options
context:
space:
mode:
Diffstat (limited to 'cross-project-tests/debuginfo-tests/llgdb-tests/safestack.c')
-rw-r--r--cross-project-tests/debuginfo-tests/llgdb-tests/safestack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cross-project-tests/debuginfo-tests/llgdb-tests/safestack.c b/cross-project-tests/debuginfo-tests/llgdb-tests/safestack.c
index 38636a5b8843..b2feab56de81 100644
--- a/cross-project-tests/debuginfo-tests/llgdb-tests/safestack.c
+++ b/cross-project-tests/debuginfo-tests/llgdb-tests/safestack.c
@@ -1,7 +1,7 @@
// 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: !asan
+// REQUIRES: !asan, compiler-rt
// Zorg configures the ASAN stage2 bots to not build the
// safestack compiler-rt. Only run this test on
// non-asanified configurations.