summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/safestack/overflow.c
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2015-12-14 11:58:43 +0000
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2015-12-14 11:58:43 +0000
commitc974545cdebccc6aca257733d67fbeb63db221d3 (patch)
tree5ae9d5505df9a0e84518fca7fb9cb02028f01d58 /compiler-rt/test/safestack/overflow.c
parent25cf6727d17d336db51b37ad2d017f553b64c2c9 (diff)
downloadbcm5719-llvm-c974545cdebccc6aca257733d67fbeb63db221d3.tar.gz
bcm5719-llvm-c974545cdebccc6aca257733d67fbeb63db221d3.zip
[compiler-rt] [safestack] Silent overflow.c test on aarch64
The safestack overflow.c test is currently failing on an aarch64 buildbot with a segfault, but it is currently passing on other configuration. This patch silent the issue for now on aarch64 by setting to all supported architectures the 'stable-runtime' configure and set the test to requires it. llvm-svn: 255491
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