aboutsummaryrefslogtreecommitdiffstats
path: root/docs/GettingStarted.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-07-04 18:42:47 +0000
committerChris Lattner <sabre@nondot.org>2007-07-04 18:42:47 +0000
commit303d60253d3edf90c53e817c32c42615a4bec7af (patch)
treec5287032add80a3449f6ee0de4334b4c4de20162 /docs/GettingStarted.html
parentdf30b63663ad25d0d04fa8a0e30b4636cd0b3038 (diff)
downloadexternal_llvm-303d60253d3edf90c53e817c32c42615a4bec7af.zip
external_llvm-303d60253d3edf90c53e817c32c42615a4bec7af.tar.gz
external_llvm-303d60253d3edf90c53e817c32c42615a4bec7af.tar.bz2
Make the GSG actually work.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37872 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r--docs/GettingStarted.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index d062f25..cc74045 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -724,7 +724,7 @@ revision), you can checkout it from the '<tt>tags</tt>' directory (instead of
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