diff options
author | Nico Weber <nicolasweber@gmx.de> | 2019-08-01 12:42:28 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2019-08-01 12:42:28 +0000 |
commit | 208ebc9e8b661d11ac6790184f17d5a1b5c368e5 (patch) | |
tree | 8c8fd7e527f875278cf0d5a98609e2c00f5341b0 /compiler-rt | |
parent | a9aa8137929eec7a1f1ae5a9b53c21b5e5f4c787 (diff) | |
download | bcm5719-llvm-208ebc9e8b661d11ac6790184f17d5a1b5c368e5.tar.gz bcm5719-llvm-208ebc9e8b661d11ac6790184f17d5a1b5c368e5.zip |
Try to heal bots after r367551
llvm-svn: 367552
Diffstat (limited to 'compiler-rt')
-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 a1b11dee03f..88a4ebdf89e 100755 --- a/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh +++ b/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh @@ -109,7 +109,7 @@ run_lint ${LSAN_LIT_TEST_LINT_FILTER} ${LIT_TESTS}/lsan/*/*.cc & # DFSan DFSAN_RTL=${COMPILER_RT}/lib/dfsan -run_lint ${DFSAN_RTL_LINT_FILTER} ${DFSAN_RTL}/*.cc \ +run_lint ${DFSAN_RTL_LINT_FILTER} ${DFSAN_RTL}/*.cpp \ ${DFSAN_RTL}/*.h & ${DFSAN_RTL}/scripts/check_custom_wrappers.sh >> $ERROR_LOG |