add a target to print out 80-column violations.

llvm-svn: 36032
This commit is contained in:
Chris Lattner 2007-04-14 23:35:45 +00:00
parent 28d921d04f
commit f8adf7af88
1 changed files with 3 additions and 0 deletions

View File

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