summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2019-07-31 20:12:19 +0000
committerNico Weber <nicolasweber@gmx.de>2019-07-31 20:12:19 +0000
commit0e86e7fda32e3ff2a241e75ef9f2864ce2e2e642 (patch)
tree5d7d9010af8232fca8e8e3098c21093a152793ab
parentf49c107f06c6a98d11a09d758f08554c78b9b933 (diff)
downloadbcm5719-llvm-0e86e7fda32e3ff2a241e75ef9f2864ce2e2e642.tar.gz
bcm5719-llvm-0e86e7fda32e3ff2a241e75ef9f2864ce2e2e642.zip
Attempt to heal bots after r367467
llvm-svn: 367473
-rwxr-xr-xcompiler-rt/lib/sanitizer_common/scripts/check_lint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh b/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh
index 85d6acdbb33..a1b11dee03f 100755
--- a/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh
+++ b/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh
@@ -72,7 +72,7 @@ run_lint ${SANITIZER_INCLUDES_LINT_FILTER} ${SANITIZER_INCLUDES}/*.h &
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
OpenPOWER on IntegriCloud