add a target to print out 80-column violations.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36032 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2007-04-14 23:35:45 +00:00
parent e34e9a29dc
commit 03840ac2e2

View File

@ -1725,6 +1725,9 @@ uninstall-local::
endif
endif
check-line-length:
@egrep '.{81}' $(Sources)
#------------------------------------------------------------------------
# Print out the directories used for building
#------------------------------------------------------------------------