Make the GSG actually work.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37872 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2007-07-04 18:42:47 +00:00
parent df30b63663
commit 303d60253d

View File

@ -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