[llvm-commits] [llvm] r37872 - /llvm/trunk/docs/GettingStarted.html

Chris Lattner sabre at nondot.org
Wed Jul 4 11:42:47 PDT 2007


Author: lattner
Date: Wed Jul  4 13:42:47 2007
New Revision: 37872

URL: http://llvm.org/viewvc/llvm-project?rev=37872&view=rev
Log:
Make the GSG actually work.

Modified:
    llvm/trunk/docs/GettingStarted.html

Modified: llvm/trunk/docs/GettingStarted.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.html?rev=37872&r1=37871&r2=37872&view=diff

==============================================================================
--- llvm/trunk/docs/GettingStarted.html (original)
+++ llvm/trunk/docs/GettingStarted.html Wed Jul  4 13:42:47 2007
@@ -724,7 +724,7 @@
 you get it from the Subversion repository:</p>
 <pre>
   cd llvm/projects
-  svn co http://llvm.org/svn/llvm-project/test-suite/trunk test-suite
+  svn co http://llvm.org/svn/llvm-project/test-suite/trunk llvm-test
 </pre>
 <p>By placing it in the <tt>llvm/projects</tt>, it will be automatically
 configured by the LLVM configure script as well as automatically updated when





More information about the llvm-commits mailing list