[PATCH] [LSan][MIPS64] Enable LSan testing for mips64/mips64el

Sagar Thakur Sagar.Thakur at imgtec.com
Thu Jan 22 04:44:00 PST 2015


Hi kcc, petarj, earthdok,

patch dependant on http://reviews.llvm.org/D7013

REPOSITORY
  rL LLVM

http://reviews.llvm.org/D7124

Files:
  test/lsan/lit.common.cfg

Index: test/lsan/lit.common.cfg
===================================================================
--- test/lsan/lit.common.cfg
+++ test/lsan/lit.common.cfg
@@ -44,8 +44,8 @@
 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 only.
-if config.host_os not in ['Linux'] or config.host_arch not in ['x86_64']:
+# LeakSanitizer tests are currently supported on x86-64 Linux and mips64 Linux only.
+if config.host_os not in ['Linux'] or config.host_arch not in ['x86_64', 'mips64']:
   config.unsupported = True
 
 config.suffixes = ['.c', '.cc', '.cpp']

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7124.18605.patch
Type: text/x-patch
Size: 741 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150122/6aaffe97/attachment.bin>


More information about the llvm-commits mailing list