[ASAN/AArch64] Make sure aarch64 is not stable-runtime
authorRenato Golin <renato.golin@linaro.org>
Thu, 6 Aug 2015 20:34:51 +0000 (20:34 +0000)
committerRenato Golin <renato.golin@linaro.org>
Thu, 6 Aug 2015 20:34:51 +0000 (20:34 +0000)
llvm-svn: 244263

compiler-rt/test/asan/lit.cfg

index 0805dbc..9c4fa4b 100644 (file)
@@ -164,7 +164,7 @@ 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' or config.target_arch != 'aarch64':
+if config.target_arch != 'arm' and config.target_arch != 'aarch64':
   config.available_features.add('stable-runtime')
 
 # Turn on leak detection on 64-bit Linux.