summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/scripts
diff options
context:
space:
mode:
authorGreg Fitzgerald <gregf@codeaurora.org>2014-05-14 23:20:30 +0000
committerGreg Fitzgerald <gregf@codeaurora.org>2014-05-14 23:20:30 +0000
commitabb4c6d7ac86dbca37ae325a18fe55c007f76218 (patch)
tree442727772f2807ee29afbf3f031c7eaa16ba8726 /lib/sanitizer_common/scripts
parente1735de0f7acf4706b4d491d8abdc92444ff5e51 (diff)
Disabled litlint. It requires Python 2.7 or later
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@208823 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/sanitizer_common/scripts')
-rwxr-xr-xlib/sanitizer_common/scripts/check_lint.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/sanitizer_common/scripts/check_lint.sh b/lib/sanitizer_common/scripts/check_lint.sh
index 0b7aea1ae..45d61cbd1 100755
--- a/lib/sanitizer_common/scripts/check_lint.sh
+++ b/lib/sanitizer_common/scripts/check_lint.sh
@@ -50,7 +50,8 @@ run_lint() {
if [[ "${SILENT}" != "1" ]]; then
cat $TASK_LOG
fi
- ${LITLINT} "$@" 2>>$ERROR_LOG
+# litlint disabled because it requires Python 2.7 or later
+# ${LITLINT} "$@" 2>>$ERROR_LOG
}
run_lint ${LLVM_LINT_FILTER} --filter=${LLVM_LINT_FILTER} \