diff options
| author | Eric Christopher <echristo@gmail.com> | 2019-12-12 00:31:23 -0800 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2019-12-12 00:31:23 -0800 |
| commit | 6c79095576e0faa388dff08d16a214df1beb9190 (patch) | |
| tree | 994a6de575413a273c86c76d2d8a5dd06f9acc40 /compiler-rt/lib | |
| parent | 02ce9d8ef5a84bc884de4105eae5f8736ef67634 (diff) | |
| download | bcm5719-llvm-6c79095576e0faa388dff08d16a214df1beb9190.tar.gz bcm5719-llvm-6c79095576e0faa388dff08d16a214df1beb9190.zip | |
Revert unintentional change to compiler-rt as part of the __bit_reference revert.
Diffstat (limited to 'compiler-rt/lib')
| -rwxr-xr-x | compiler-rt/lib/sanitizer_common/scripts/check_lint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh b/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh index 8e624f6e6a7..fdd8de792db 100755 --- a/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh +++ b/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh @@ -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 |

