summaryrefslogtreecommitdiff
path: root/test/lsan
diff options
context:
space:
mode:
authorMaxim Ostapenko <chefmax7@gmail.com>2017-04-11 16:22:19 +0000
committerMaxim Ostapenko <chefmax7@gmail.com>2017-04-11 16:22:19 +0000
commit8df0cf03780e9c77d175d2984423c17a5fc9db2f (patch)
tree4027f4389ed587481c47d482ad72e6bdd94d514e /test/lsan
parent2c3562da9bf5c5fa316ec2fa27b87bb2149962bf (diff)
[lsan] Fix typo in test/lsan/lit.common.cfg
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@299957 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lsan')
-rw-r--r--test/lsan/lit.common.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lsan/lit.common.cfg b/test/lsan/lit.common.cfg
index b0e5e7e0e..0b9e5a4a7 100644
--- a/test/lsan/lit.common.cfg
+++ b/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