forked from OSchip/llvm-project
parent
f49c107f06
commit
0e86e7fda3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue