From 45675f2e9fdf6b595ebc8eefb085c722358a4a32 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. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@315389 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/safestack/lit.cfg | 5 ----- 1 file changed, 5 deletions(-) (limited to 'test/safestack/lit.cfg') 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') -- cgit v1.2.3