[compiler-rt] r367552 - Try to heal bots after r367551
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 1 05:42:29 PDT 2019
Author: nico
Date: Thu Aug 1 05:42:28 2019
New Revision: 367552
URL: http://llvm.org/viewvc/llvm-project?rev=367552&view=rev
Log:
Try to heal bots after r367551
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=367552&r1=367551&r2=367552&view=diff
==============================================================================
--- compiler-rt/trunk/lib/sanitizer_common/scripts/check_lint.sh (original)
+++ compiler-rt/trunk/lib/sanitizer_common/scripts/check_lint.sh Thu Aug 1 05:42:28 2019
@@ -109,7 +109,7 @@ run_lint ${LSAN_LIT_TEST_LINT_FILTER} ${
# 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
More information about the llvm-commits
mailing list