From 303d60253d3edf90c53e817c32c42615a4bec7af Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 4 Jul 2007 18:42:47 +0000 Subject: [PATCH] Make the GSG actually work. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37872 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index d062f25ef21..cc740455726 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -724,7 +724,7 @@ revision), you can checkout it from the 'tags' directory (instead of you get it from the Subversion repository:

   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
 

By placing it in the llvm/projects, it will be automatically configured by the LLVM configure script as well as automatically updated when