summaryrefslogtreecommitdiffstats
path: root/llvm/docs/TestingGuide.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-03-14 05:39:39 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-03-14 05:39:39 +0000
commitca05854a7115f75a4a046817b2098eaecbdffa6f (patch)
treead1d1cb6ec8d6da8d22ec3e806fb32e324f011d1 /llvm/docs/TestingGuide.html
parentcf0bdffe6d170125cd420bdb46bfafa8bd2fadb9 (diff)
downloadbcm5719-llvm-ca05854a7115f75a4a046817b2098eaecbdffa6f.tar.gz
bcm5719-llvm-ca05854a7115f75a4a046817b2098eaecbdffa6f.zip
Changes docs for llvm.cs.uiuc.edu -> llvm.org
llvm-svn: 26746
Diffstat (limited to 'llvm/docs/TestingGuide.html')
-rw-r--r--llvm/docs/TestingGuide.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/TestingGuide.html b/llvm/docs/TestingGuide.html
index d2c3bd06637..2f88ada2ce3 100644
--- a/llvm/docs/TestingGuide.html
+++ b/llvm/docs/TestingGuide.html
@@ -416,7 +416,7 @@ directory to run them.</p>
<ol>
<li>cd into the llvm/projects directory</li>
<li>check out the <tt>llvm-test</tt> module with:<br/>
- <tt>cvs -d :pserver:anon@llvm.cs.uiuc.edu:/var/cvs/llvm co -PR llvm-test</tt><br>
+ <tt>cvs -d :pserver:anon@llvm.org:/var/cvs/llvm co -PR llvm-test</tt><br>
This will get the test suite into <tt>llvm/projects/llvm-test</tt></li>
<li>configure the test suite. You can do this one of two ways:
<ol>
@@ -468,7 +468,7 @@ will help you separate benign warnings from actual test failures.</p>
<div class="doc_text">
<p>
-The <a href="http://llvm.cs.uiuc.edu/testresults/">LLVM Nightly Testers</a>
+The <a href="http://llvm.org/testresults/">LLVM Nightly Testers</a>
automatically check out an LLVM tree, build it, run the "nightly"
program test (described above), run all of the feature and regression tests,
and then delete the checked out tree. This tester is designed to ensure that
@@ -492,7 +492,7 @@ The optimized x86 Linux nightly test is run from just such a script:</p>
<pre>
#!/bin/bash
BASE=/proj/work/llvm/nightlytest
-export CVSROOT=:pserver:anon@llvm.cs.uiuc.edu:/var/cvs/llvm
+export CVSROOT=:pserver:anon@llvm.org:/var/cvs/llvm
export BUILDDIR=$BASE/build
export WEBDIR=$BASE/testresults
export LLVMGCCDIR=/proj/work/llvm/cfrontend/install
@@ -521,7 +521,7 @@ we'll link your page to the global tester page. Thanks!</p>
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
John T. Criswell, Reid Spencer, and Tanya Lattner<br>
- <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br/>
+ <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br/>
Last modified: $Date$
</address>
</body>
OpenPOWER on IntegriCloud