diff options
author | Chris Lattner <sabre@nondot.org> | 2007-07-04 18:42:47 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-07-04 18:42:47 +0000 |
commit | 303d60253d3edf90c53e817c32c42615a4bec7af (patch) | |
tree | c5287032add80a3449f6ee0de4334b4c4de20162 /docs/GettingStarted.html | |
parent | df30b63663ad25d0d04fa8a0e30b4636cd0b3038 (diff) |
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.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index d062f25ef2..cc74045572 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 |