summaryrefslogtreecommitdiff
path: root/docs/TestingGuide.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-15 00:14:01 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-15 00:14:01 +0000
commitf96eb57a4bb9ceca22fa9609cc6eca8f74fa565e (patch)
treeb047a5b30c95884b643a95bb8f5e4a60339dd788 /docs/TestingGuide.html
parent18d3b982b4c8f2acf43e0cd89f9114a5d82ee3e9 (diff)
downloadllvm-f96eb57a4bb9ceca22fa9609cc6eca8f74fa565e.tar.gz
llvm-f96eb57a4bb9ceca22fa9609cc6eca8f74fa565e.tar.bz2
llvm-f96eb57a4bb9ceca22fa9609cc6eca8f74fa565e.tar.xz
Remove most references to LLVM_LIB_SEARCH_PATH. It now only exists in the
GettingStarted.html document in the environment section and only as an optional feature. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18944 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/TestingGuide.html')
-rw-r--r--docs/TestingGuide.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html
index 1ebe0b5424..5979d3ec8a 100644
--- a/docs/TestingGuide.html
+++ b/docs/TestingGuide.html
@@ -474,7 +474,7 @@ file. We usually run it from a crontab entry that looks ilke this:
</p>
<pre>
-5 3 * * * LLVM_LIB_SEARCH_PATH=.../llvm-gcc/lib $HOME/llvm/utils/NightlyTest.pl -parallel -enable-linscan ...CVSREPOSTRING... $HOME/buildtest-X86 $HOME/cvs/testresults-X86
+5 3 * * * $HOME/llvm/utils/NightlyTest.pl -parallel -enable-linscan ...CVSREPOSTORY... $HOME/buildtest-X86 $HOME/cvs/testresults-X86
</pre>
<p>Or, you can create a shell script to encapsulate the running of the script.
@@ -488,7 +488,6 @@ export WEBDIR=$BASE/testresults
export LLVMGCCDIR=/proj/work/llvm/cfrontend/install
export PATH=/proj/install/bin:$LLVMGCCDIR/bin:$PATH
export LD_LIBRARY_PATH=/proj/install/lib
-export LLVM_LIB_SEARCH_PATH=/proj/work/llvm/cfrontend/install/lib
cd $BASE
cp /proj/work/llvm/llvm/utils/NightlyTest.pl .
nice ./NightlyTest.pl -nice -release -verbose -parallel -enable-linscan -noexternals