summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2019-07-31 18:43:27 +0000
committerNico Weber <nicolasweber@gmx.de>2019-07-31 18:43:27 +0000
commitb42a1c69672d40e54972274f3302204ec317ef04 (patch)
treee4e590303a11ccaef2d05c2b5db9b61f451a2f1c
parent7153f2784c11bd617df4e3e1070219eeb0bc0c66 (diff)
downloadbcm5719-llvm-b42a1c69672d40e54972274f3302204ec317ef04.tar.gz
bcm5719-llvm-b42a1c69672d40e54972274f3302204ec317ef04.zip
Attempt to heal bots after r367456
llvm-svn: 367462
-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 ec07138cac1..2196c3ebcba 100755
--- a/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh
+++ b/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh
@@ -76,7 +76,7 @@ run_lint ${COMMON_RTL_INC_LINT_FILTER} ${COMMON_RTL}/*.cc \
# 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
OpenPOWER on IntegriCloud