UBSAN stable runtime more generic with arm* targets
authorRenato Golin <renato.golin@linaro.org>
Thu, 16 Oct 2014 12:43:10 +0000 (12:43 +0000)
committerRenato Golin <renato.golin@linaro.org>
Thu, 16 Oct 2014 12:43:10 +0000 (12:43 +0000)
llvm-svn: 219924

compiler-rt/test/ubsan/lit.common.cfg

index 50e81de..1ce1112 100644 (file)
@@ -53,5 +53,5 @@ if config.host_os not in ['Linux', 'Darwin']:
 
 # Allow tests to use REQUIRES=stable-runtime.  For use when you cannot use XFAIL
 # because the test hangs or fails on one configuration and not the other.
-if config.target_arch != 'arm':
+if config.target_arch.startswith('arm') == False:
   config.available_features.add('stable-runtime')