From 0bf7717a02cd483e0272c30195da1740efcae9ed Mon Sep 17 00:00:00 2001 From: Evgeniy Stepanov Date: Tue, 10 Oct 2017 23:37:26 +0000 Subject: 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 --- compiler-rt/test/safestack/lit.cfg | 5 ----- 1 file changed, 5 deletions(-) (limited to 'compiler-rt/test/safestack') 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') -- cgit v1.2.1