diff options
-rwxr-xr-x | compiler-rt/lib/sanitizer_common/scripts/check_lint.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh b/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh index b24684e155c..e3fd36950b2 100755 --- a/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh +++ b/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh @@ -37,6 +37,9 @@ SANITIZER_INCLUDES_LINT_FILTER=${COMMON_LINT_FILTER},-runtime/int cd ${LLVM_CHECKOUT} +# FIXME: We should use some bash magic to continue cpplint invocations, but +# still mark the whole run as failed if any invocation fails. + # LLVM Instrumentation LLVM_INSTRUMENTATION=lib/Transforms/Instrumentation LLVM_LINT_FILTER=-,+whitespace |