From: Chris Lattner
Date: Wed, 4 Jul 2007 18:42:47 +0000 (+0000)
Subject: Make the GSG actually work.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=303d60253d3edf90c53e817c32c42615a4bec7af;p=oota-llvm.git
Make the GSG actually work.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37872 91177308-0d34-0410-b5e6-96231b3b80d8
---
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