mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
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:
parent
e34e9a29dc
commit
03840ac2e2
@ -1725,6 +1725,9 @@ uninstall-local::
|
||||
endif
|
||||
endif
|
||||
|
||||
check-line-length:
|
||||
@egrep '.{81}' $(Sources)
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
# Print out the directories used for building
|
||||
#------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user