diff options
| author | Renato Golin <renato.golin@linaro.org> | 2015-09-29 18:35:55 +0000 | 
|---|---|---|
| committer | Renato Golin <renato.golin@linaro.org> | 2015-09-29 18:35:55 +0000 | 
| commit | 9be32f631769d795e0edf7ceeb2700e02d89f69c (patch) | |
| tree | bc40a78b1df7140cdd1e485887312aa99fff1575 | |
| parent | 8e7df83e6a9c4e392da51cf8d40b8360a549c80c (diff) | |
| download | bcm5719-llvm-9be32f631769d795e0edf7ceeb2700e02d89f69c.tar.gz bcm5719-llvm-9be32f631769d795e0edf7ceeb2700e02d89f69c.zip | |
Add armhf as unstable runtime temporarily
llvm-svn: 248819
| -rw-r--r-- | compiler-rt/test/asan/lit.cfg | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/compiler-rt/test/asan/lit.cfg b/compiler-rt/test/asan/lit.cfg index d3679258fd6..e3e86bddbc9 100644 --- a/compiler-rt/test/asan/lit.cfg +++ b/compiler-rt/test/asan/lit.cfg @@ -165,8 +165,8 @@ config.substitutions.append( ("%dynamiclib", '%T/lib%xdynamiclib_namespec.so') )  config.substitutions.append( ("%xdynamiclib_namespec", '$(basename %t).dynamic') )  # Allow tests to use REQUIRES=stable-runtime.  For use when you cannot use XFAIL -# because the test hangs. -if config.target_arch != 'arm' and config.target_arch != 'aarch64': +# because the test hangs. Adding armhf as we now have two modes. +if config.target_arch != 'arm' and config.target_arch != 'armhf' and config.target_arch != 'aarch64':    config.available_features.add('stable-runtime')  # Turn on leak detection on 64-bit Linux. | 

