From 8f187242bb98048df185ac3882c301a5232d9c88 Mon Sep 17 00:00:00 2001
From: Tanya Lattner
Date: Wed, 8 Dec 2004 17:12:52 +0000
Subject: [PATCH] Removed QMTest referrences. Updated ordering of notes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18639 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/GettingStarted.html | 31 ++++---------------------------
1 file changed, 4 insertions(+), 27 deletions(-)
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 4c9c9a515e8..bd9624b5512 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -298,7 +298,7 @@ href="CFEBuildInstrs.html">try to compile it on your platform.
GCC |
3.4.2 |
- C/C++ compiler (Note 4) |
+ C/C++ compiler (Note 3) |
@@ -361,24 +361,10 @@ href="CFEBuildInstrs.html">try to compile it on your platform.
Shared library manager (Note 1) |
-
- QMTest |
- 2.0.3 |
- Automated test suite (Note 2,
- Note 3) |
-
-
-
- Python |
- 2.3 |
- Automated test suite (Note 2,
- Note 3) |
-
-
CVS |
>1.11 |
- CVS access to LLVM (Note 5) |
+ CVS access to LLVM (Note 4) |
@@ -391,21 +377,12 @@ href="CFEBuildInstrs.html">try to compile it on your platform.
package.
Only needed if you want to run the automated test
suite in the test directory.
- These are needed to use the LLVM test suite.
- Please note that newer versions of QMTest may not work with the LLVM
- test suite. QMTest 2.0.3 can be retrieved from the QMTest CVS
- repository using the following commands:
-
- - cvs -d :pserver:anoncvs@cvs.codesourcery.com:/home/qm/Repository login
- - When prompted, use anoncvs as the password.
- - cvs -d :pserver:anoncvs@cvs.codesourcery.com:/home/qm/Repository co -r release-2-0-3 qm
-
- Only the C and C++ languages are needed so there's no
+ Only the C and C++ languages are needed so there's no
need to build the other languages for LLVM's purposes. See
below for specific version info.
- You only need CVS if you intend to build from the
+ You only need CVS if you intend to build from the
latest LLVM sources. If you're working from a release distribution, you
don't need CVS.