diff options
Diffstat (limited to 'compiler-rt/lib/sanitizer_common/scripts')
| -rwxr-xr-x | compiler-rt/lib/sanitizer_common/scripts/check_lint.sh | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh b/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh index 50f3abebae1..42fb75878f5 100755 --- a/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh +++ b/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh @@ -54,8 +54,7 @@ ${CPPLINT} --filter=${ASAN_RTL_LINT_FILTER} ${ASAN_RTL}/*.{cc,h}  ${CPPLINT} --filter=${ASAN_TEST_LINT_FILTER} ${ASAN_RTL}/tests/*.{cc,h} \                                               ${ASAN_RTL}/output_tests/*.cc  ${CPPLINT} --filter=${ASAN_TEST_LINT_FILTER} ${ASAN_RTL}/lit_tests/*.cc \ -                                             ${ASAN_RTL}/lit_tests/Linux/*.cc \ -                                             ${ASAN_RTL}/lit_tests/SharedLibs/*.cc +                                             ${ASAN_RTL}/lit_tests/*/*.cc \  # TSan  TSAN_RTL=${COMPILER_RT}/lib/tsan | 

