summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2014-10-16 12:43:10 +0000
committerRenato Golin <renato.golin@linaro.org>2014-10-16 12:43:10 +0000
commit6d41f7ae22be7d60c25d9969455cc151551e0c7c (patch)
tree61b210aac14c148813ff88866b18a3939d64a831
parent1efc425551c0c7ac95cacad8f63dc31eb46c1f04 (diff)
downloadbcm5719-llvm-6d41f7ae22be7d60c25d9969455cc151551e0c7c.tar.gz
bcm5719-llvm-6d41f7ae22be7d60c25d9969455cc151551e0c7c.zip
UBSAN stable runtime more generic with arm* targets
llvm-svn: 219924
-rw-r--r--compiler-rt/test/ubsan/lit.common.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/ubsan/lit.common.cfg b/compiler-rt/test/ubsan/lit.common.cfg
index 50e81defa79..1ce111253ce 100644
--- a/compiler-rt/test/ubsan/lit.common.cfg
+++ b/compiler-rt/test/ubsan/lit.common.cfg
@@ -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')
OpenPOWER on IntegriCloud