Skip to content

Commit

Permalink
Revert unintentional change to compiler-rt as part of the __bit_refer…
Browse files Browse the repository at this point in the history
…ence revert.
  • Loading branch information
echristo committed Dec 12, 2019
1 parent 02ce9d8 commit 6c79095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-rt/lib/sanitizer_common/scripts/check_lint.sh
Expand Up @@ -55,7 +55,7 @@ run_lint() {
FILTER=$1
shift
TASK_LOG=$(${MKTEMP})
${CPPLINT} --quiet --filter=${FILTER} "$@" 2>$TASK_LOG
${CPPLINT} --filter=${FILTER} "$@" 2>$TASK_LOG
if [ "$?" != "0" ]; then
cat $TASK_LOG | grep -v "Done processing" | grep -v "Total errors found" \
| grep -v "Skipping input" >> $ERROR_LOG
Expand Down

0 comments on commit 6c79095

Please sign in to comment.