From 73bd03cee965b861c528f3259fea1b086f2c10bc Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Wed, 14 May 2014 23:20:30 +0000 Subject: [PATCH] Disabled litlint. It requires Python 2.7 or later llvm-svn: 208823 --- compiler-rt/lib/sanitizer_common/scripts/check_lint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh b/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh index 0b7aea1ae277..45d61cbd1c01 100755 --- a/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh +++ b/compiler-rt/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} \