[compiler-rt] r367473 - Attempt to heal bots after r367467

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 31 13:12:20 PDT 2019


Author: nico
Date: Wed Jul 31 13:12:19 2019
New Revision: 367473

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

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=367473&r1=367472&r2=367473&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 13:12:19 2019
@@ -72,7 +72,7 @@ run_lint ${SANITIZER_INCLUDES_LINT_FILTE
 COMMON_RTL=${COMPILER_RT}/lib/sanitizer_common
 run_lint ${COMMON_RTL_INC_LINT_FILTER} ${COMMON_RTL}/*.cpp \
                                        ${COMMON_RTL}/*.h \
-                                       ${COMMON_RTL}/tests/*.cc &
+                                       ${COMMON_RTL}/tests/*.cpp &
 
 # Interception
 INTERCEPTION=${COMPILER_RT}/lib/interception




More information about the llvm-commits mailing list