forked from OSchip/llvm-project
Disabled litlint. It requires Python 2.7 or later
llvm-svn: 208823
This commit is contained in:
parent
f6d49c36b2
commit
73bd03cee9
|
@ -50,7 +50,8 @@ run_lint() {
|
||||||
if [[ "${SILENT}" != "1" ]]; then
|
if [[ "${SILENT}" != "1" ]]; then
|
||||||
cat $TASK_LOG
|
cat $TASK_LOG
|
||||||
fi
|
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} \
|
run_lint ${LLVM_LINT_FILTER} --filter=${LLVM_LINT_FILTER} \
|
||||||
|
|
Loading…
Reference in New Issue