summaryrefslogtreecommitdiff
path: root/test/safestack
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2017-10-10 23:37:26 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2017-10-10 23:37:26 +0000
commit45675f2e9fdf6b595ebc8eefb085c722358a4a32 (patch)
tree7d6a69e7a3562ef7b390b1ae445f180cb7281fab /test/safestack
parent69abe65f08f043198d583d11978362bf5c4c992a (diff)
Factor out "stable-runtime" feature and enable it on all android.
This is a very poorly named feature. I think originally it meant to cover linux only, but the use of it in msan seems to be about any aarch64 platform. Anyway, this change should be NFC on everything except Android. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@315389 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/safestack')
-rw-r--r--test/safestack/lit.cfg5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/safestack/lit.cfg b/test/safestack/lit.cfg
index 87b678320..10cd8a5a5 100644
--- a/test/safestack/lit.cfg
+++ b/test/safestack/lit.cfg
@@ -20,8 +20,3 @@ if config.lto_supported:
if config.host_os not in ['Linux', 'FreeBSD', 'Darwin', 'NetBSD']:
config.unsupported = True
-
-# Allow tests to use REQUIRES=stable-runtime. For use when you cannot use XFAIL
-# because the test fail due some runtime issue.
-if config.target_arch != 'aarch64':
- config.available_features.add('stable-runtime')