summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/safestack/overflow.c
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/safestack/overflow.c')
-rw-r--r--compiler-rt/test/safestack/overflow.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/safestack/overflow.c b/compiler-rt/test/safestack/overflow.c
index 14e29823cd9..27436947e49 100644
--- a/compiler-rt/test/safestack/overflow.c
+++ b/compiler-rt/test/safestack/overflow.c
@@ -7,6 +7,8 @@
// Test that buffer overflows on the unsafe stack do not affect variables on the
// safe stack.
+// REQUIRES: stable-runtime
+
__attribute__((noinline))
void fct(volatile int *buffer)
{
OpenPOWER on IntegriCloud