[lsan] Fix typo in test/lsan/lit.common.cfg

llvm-svn: 299957
This commit is contained in:
Maxim Ostapenko 2017-04-11 16:22:19 +00:00
parent c42bce8097
commit 83d37dc066
1 changed files with 1 additions and 1 deletions

View File

@ -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