Disabled litlint. It requires Python 2.7 or later

llvm-svn: 208823
This commit is contained in:
Greg Fitzgerald 2014-05-14 23:20:30 +00:00
parent f6d49c36b2
commit 73bd03cee9
1 changed files with 2 additions and 1 deletions

View File

@ -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} \