mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 21:32:10 +00:00
Finish the documentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16444 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
33709e53e4
commit
9610fc901a
14
utils/llvmdo
14
utils/llvmdo
@ -20,15 +20,11 @@
|
||||
# llvmdo [-dirs "DIRNAMES..." PROGRAM ARGS...
|
||||
#
|
||||
# The -dirs argument allows you to specify the set of directories that are
|
||||
# searched. By default, everything is searched
|
||||
# (excluding certain things), runs "wc -l" on them to get the number of lines in
|
||||
# each file and then sums up and prints the total with awk.
|
||||
#
|
||||
# The script takes no arguments but does expect to be run from the top llvm
|
||||
# source directory.
|
||||
#
|
||||
# This script is
|
||||
# greps.
|
||||
# searched. By default, everything is searched. Note that you must use quotes
|
||||
# around the list of directory names. After that you simply specify whatever
|
||||
# program you want to run against each file and the arguments to give it. The
|
||||
# PROGRAM will be given the file name as its last argument.
|
||||
##===----------------------------------------------------------------------===##
|
||||
|
||||
if test $# -lt 1 ; then
|
||||
echo "Usage: llvmdo [-dirs "DIRNAMES..."] PROGRAM ARGS...";
|
||||
|
Loading…
Reference in New Issue
Block a user