diff options
| author | Alexey Samsonov <samsonov@google.com> | 2012-09-18 07:26:51 +0000 |
|---|---|---|
| committer | Alexey Samsonov <samsonov@google.com> | 2012-09-18 07:26:51 +0000 |
| commit | 5a42ac5b0ebe9244eb45a9ccda310f0808c4721f (patch) | |
| tree | bb42c9569a2fee518c1317fb76aeeec2993de7e0 | |
| parent | 341e5bcb45c9aeab3584d0aaa07a814282ebbefc (diff) | |
| download | bcm5719-llvm-5a42ac5b0ebe9244eb45a9ccda310f0808c4721f.tar.gz bcm5719-llvm-5a42ac5b0ebe9244eb45a9ccda310f0808c4721f.zip | |
[Sanitizer] update lint checker script
llvm-svn: 164111
| -rwxr-xr-x | compiler-rt/lib/sanitizer_common/scripts/check_lint.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh b/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh index 6031afe3d1e..37997c0cbef 100755 --- a/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh +++ b/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh @@ -58,6 +58,6 @@ ${CPPLINT} --filter=${ASAN_TEST_LINT_FILTER} ${ASAN_RTL}/lit_tests/*.cc \ # 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 |

