[compiler-rt] r191902 - tsan: include lsan into presubmit check

Dmitry Vyukov dvyukov at google.com
Thu Oct 3 07:56:08 PDT 2013


Author: dvyukov
Date: Thu Oct  3 09:56:08 2013
New Revision: 191902

URL: http://llvm.org/viewvc/llvm-project?rev=191902&view=rev
Log:
tsan: include lsan into presubmit check

Modified:
    compiler-rt/trunk/lib/tsan/check_cmake.sh

Modified: compiler-rt/trunk/lib/tsan/check_cmake.sh
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/tsan/check_cmake.sh?rev=191902&r1=191901&r2=191902&view=diff
==============================================================================
--- compiler-rt/trunk/lib/tsan/check_cmake.sh (original)
+++ compiler-rt/trunk/lib/tsan/check_cmake.sh Thu Oct  3 09:56:08 2013
@@ -11,3 +11,4 @@ ninja check-sanitizer
 ninja check-tsan
 ninja check-asan
 ninja check-msan
+ninja check-lsan





More information about the llvm-commits mailing list