From c6c8f09e4962f7e82ed3676c42bd95f4d9646e9a Mon Sep 17 00:00:00 2001 From: Renato Golin Date: Wed, 12 Apr 2017 09:45:08 +0000 Subject: Revert "[lsan] Fix typo in test/lsan/lit.common.cfg" This reverts commit r299957. It broke the Thumb bots. We need to make sure why and maybe stop it from being tested on Thumb environments. But for now, let's get the bots green. llvm-svn: 300042 --- compiler-rt/test/lsan/lit.common.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/test/lsan/lit.common.cfg b/compiler-rt/test/lsan/lit.common.cfg index 0b9e5a4a752..b0e5e7e0e7f 100644 --- a/compiler-rt/test/lsan/lit.common.cfg +++ b/compiler-rt/test/lsan/lit.common.cfg @@ -53,7 +53,7 @@ config.substitutions.append( ("%clang_lsan ", build_invocation(clang_lsan_cflags config.substitutions.append( ("%clangxx_lsan ", build_invocation(clang_lsan_cxxflags)) ) # LeakSanitizer tests are currently supported on x86-64 Linux, arm Linux and mips64 Linux only. -if config.host_os not in ['Linux'] or config.host_arch not in ['x86_64', 'mips64', 'arm', 'armhf', 'armv7l']: +if config.host_os not in ['Linux'] or config.host_arch not in ['x86_64', 'mips64', 'arm', 'armhf', armv7l]: config.unsupported = True # Don't support Thumb due to broken fast unwinder -- cgit v1.2.3