Attempt to heal bots after r367467

llvm-svn: 367473
This commit is contained in:
Nico Weber 2019-07-31 20:12:19 +00:00
parent f49c107f06
commit 0e86e7fda3
1 changed files with 1 additions and 1 deletions

View File

@ -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