Make all tools that use llvmdo have a -topdir option that allows the top
authorReid Spencer <rspencer@reidspencer.com>
Mon, 14 Aug 2006 18:49:05 +0000 (18:49 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 14 Aug 2006 18:49:05 +0000 (18:49 +0000)
commitca7592a1ba86854a1f9ba2b3e442427bed20d5bc
tree2bd02729d11e3d35ce3d7149f025ad3ad1b12fb7
parente6dd6a11d172d2efb11ccbe2b1264244b6f02a1b
Make all tools that use llvmdo have a -topdir option that allows the top
source dir for LLVM to be specified explicitly. This removes the dependency
on the llvm-config script. If the option is not given, then the scripts use
llvm-config which should be both built and in the PATH. This arrangement
provides a useful default for most developers but also allows the nightly
tester to execute countloc.sh before llvm-config is built and without
altering the PATH.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29663 91177308-0d34-0410-b5e6-96231b3b80d8
utils/NewNightlyTest.pl
utils/countloc.sh
utils/getsrcs.sh
utils/llvmdo
utils/llvmgrep
utils/userloc.pl