summaryrefslogtreecommitdiffstats
path: root/compiler-rt/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
commit0bf7717a02cd483e0272c30195da1740efcae9ed (patch)
tree3fe2b246a810c50a870985d397c24b12fd5ad62c /compiler-rt/test/safestack
parentec7cba53e616b63981e437d88dbf572510f45970 (diff)
downloadbcm5719-llvm-0bf7717a02cd483e0272c30195da1740efcae9ed.tar.gz
bcm5719-llvm-0bf7717a02cd483e0272c30195da1740efcae9ed.zip
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. llvm-svn: 315389
Diffstat (limited to 'compiler-rt/test/safestack')
-rw-r--r--compiler-rt/test/safestack/lit.cfg5
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler-rt/test/safestack/lit.cfg b/compiler-rt/test/safestack/lit.cfg
index 87b6783201c..10cd8a5a513 100644
--- a/compiler-rt/test/safestack/lit.cfg
+++ b/compiler-rt/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')
OpenPOWER on IntegriCloud