[llvm-commits] [compiler-rt] r164111 - /compiler-rt/trunk/lib/sanitizer_common/scripts/check_lint.sh

Alexey Samsonov samsonov at google.com
Tue Sep 18 00:26:51 PDT 2012


Author: samsonov
Date: Tue Sep 18 02:26:51 2012
New Revision: 164111

URL: http://llvm.org/viewvc/llvm-project?rev=164111&view=rev
Log:
[Sanitizer] update lint checker script

Modified:
    compiler-rt/trunk/lib/sanitizer_common/scripts/check_lint.sh

Modified: compiler-rt/trunk/lib/sanitizer_common/scripts/check_lint.sh
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/sanitizer_common/scripts/check_lint.sh?rev=164111&r1=164110&r2=164111&view=diff
==============================================================================
--- compiler-rt/trunk/lib/sanitizer_common/scripts/check_lint.sh (original)
+++ compiler-rt/trunk/lib/sanitizer_common/scripts/check_lint.sh Tue Sep 18 02:26:51 2012
@@ -58,6 +58,6 @@
 # TSan
 TSAN_RTL=${COMPILER_RT}/lib/tsan
 ${CPPLINT} --filter=${TSAN_RTL_LINT_FILTER} ${TSAN_RTL}/rtl/*.{cc,h}
-${CPPLINT} --filter=${TSAN_TEST_LINT_FILTER} ${TSAN_RTL}/rtl_tests/*.{cc,h} \
-                                             ${TSAN_RTL}/unit_tests/*.cc \
-                                             ${TSAN_RTL}/output_tests/*.cc
+${CPPLINT} --filter=${TSAN_TEST_LINT_FILTER} ${TSAN_RTL}/tests/rtl/*.{cc,h} \
+                                             ${TSAN_RTL}/tests/unit/*.cc \
+                                             ${TSAN_RTL}/lit_tests/*.cc





More information about the llvm-commits mailing list