From 208ebc9e8b661d11ac6790184f17d5a1b5c368e5 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Thu, 1 Aug 2019 12:42:28 +0000 Subject: [PATCH] Try to heal bots after r367551 llvm-svn: 367552 --- compiler-rt/lib/sanitizer_common/scripts/check_lint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh b/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh index a1b11de..88a4ebd 100755 --- a/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh +++ b/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh @@ -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 -- 2.7.4