summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimur Iskhodzhanov <timurrrr@google.com>2013-08-13 13:44:02 +0000
committerTimur Iskhodzhanov <timurrrr@google.com>2013-08-13 13:44:02 +0000
commitdd052cedf830fa2cc4512963ad5447c55605fb8c (patch)
tree2f3577d1960a3850a4ea86817ea389f5ed2e1ad3
parent60b1f289f2a4db9bf0b1f65d133d54cc16126013 (diff)
downloadbcm5719-llvm-dd052cedf830fa2cc4512963ad5447c55605fb8c.tar.gz
bcm5719-llvm-dd052cedf830fa2cc4512963ad5447c55605fb8c.zip
Add a FIXME to check_lint
llvm-svn: 188266
-rwxr-xr-xcompiler-rt/lib/sanitizer_common/scripts/check_lint.sh3
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
OpenPOWER on IntegriCloud