[compiler-rt] r367462 - Attempt to heal bots after r367456

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 31 11:43:27 PDT 2019


Author: nico
Date: Wed Jul 31 11:43:27 2019
New Revision: 367462

URL: http://llvm.org/viewvc/llvm-project?rev=367462&view=rev
Log:
Attempt to heal bots after r367456

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=367462&r1=367461&r2=367462&view=diff
==============================================================================
--- compiler-rt/trunk/lib/sanitizer_common/scripts/check_lint.sh (original)
+++ compiler-rt/trunk/lib/sanitizer_common/scripts/check_lint.sh Wed Jul 31 11:43:27 2019
@@ -76,7 +76,7 @@ run_lint ${COMMON_RTL_INC_LINT_FILTER} $
 
 # Interception
 INTERCEPTION=${COMPILER_RT}/lib/interception
-run_lint ${ASAN_RTL_LINT_FILTER} ${INTERCEPTION}/*.cc \
+run_lint ${ASAN_RTL_LINT_FILTER} ${INTERCEPTION}/*.cpp \
                                  ${INTERCEPTION}/*.h &
 
 # ASan




More information about the llvm-commits mailing list