diff options
author | Nico Weber <nicolasweber@gmx.de> | 2019-07-31 18:43:27 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2019-07-31 18:43:27 +0000 |
commit | b42a1c69672d40e54972274f3302204ec317ef04 (patch) | |
tree | e4e590303a11ccaef2d05c2b5db9b61f451a2f1c /compiler-rt/lib | |
parent | 7153f2784c11bd617df4e3e1070219eeb0bc0c66 (diff) | |
download | bcm5719-llvm-b42a1c69672d40e54972274f3302204ec317ef04.tar.gz bcm5719-llvm-b42a1c69672d40e54972274f3302204ec317ef04.zip |
Attempt to heal bots after r367456
llvm-svn: 367462
Diffstat (limited to 'compiler-rt/lib')
-rwxr-xr-x | compiler-rt/lib/sanitizer_common/scripts/check_lint.sh | 2 |
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 |