Try to heal bots after r367551
authorNico Weber <nicolasweber@gmx.de>
Thu, 1 Aug 2019 12:42:28 +0000 (12:42 +0000)
committerNico Weber <nicolasweber@gmx.de>
Thu, 1 Aug 2019 12:42:28 +0000 (12:42 +0000)
llvm-svn: 367552

compiler-rt/lib/sanitizer_common/scripts/check_lint.sh

index a1b11de..88a4ebd 100755 (executable)
@@ -109,7 +109,7 @@ run_lint ${LSAN_LIT_TEST_LINT_FILTER} ${LIT_TESTS}/lsan/*/*.cc &
 
 # DFSan
 DFSAN_RTL=${COMPILER_RT}/lib/dfsan
-run_lint ${DFSAN_RTL_LINT_FILTER} ${DFSAN_RTL}/*.cc \
+run_lint ${DFSAN_RTL_LINT_FILTER} ${DFSAN_RTL}/*.cpp \
                                   ${DFSAN_RTL}/*.h &
 ${DFSAN_RTL}/scripts/check_custom_wrappers.sh >> $ERROR_LOG