1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

Finish the documentation.

llvm-svn: 16444
This commit is contained in:
Reid Spencer 2004-09-20 08:04:13 +00:00
parent 7e9bb8eeda
commit 1b666f9b79

View File

@ -20,15 +20,11 @@
# llvmdo [-dirs "DIRNAMES..." PROGRAM ARGS... # llvmdo [-dirs "DIRNAMES..." PROGRAM ARGS...
# #
# The -dirs argument allows you to specify the set of directories that are # The -dirs argument allows you to specify the set of directories that are
# searched. By default, everything is searched # searched. By default, everything is searched. Note that you must use quotes
# (excluding certain things), runs "wc -l" on them to get the number of lines in # around the list of directory names. After that you simply specify whatever
# each file and then sums up and prints the total with awk. # 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.
# The script takes no arguments but does expect to be run from the top llvm ##===----------------------------------------------------------------------===##
# source directory.
#
# This script is
# greps.
if test $# -lt 1 ; then if test $# -lt 1 ; then
echo "Usage: llvmdo [-dirs "DIRNAMES..."] PROGRAM ARGS..."; echo "Usage: llvmdo [-dirs "DIRNAMES..."] PROGRAM ARGS...";