summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-09-01 23:42:27 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-09-01 23:42:27 +0000
commitcdceda4bc62e760fce1b795c2825bc871715a173 (patch)
tree4c7fd4481f77fdd4453f6d31db5e70a1a74045d4 /docs
parenteecd9b1d527b73756e23b68a0335a683b11fb37c (diff)
downloadllvm-cdceda4bc62e760fce1b795c2825bc871715a173.tar.gz
llvm-cdceda4bc62e760fce1b795c2825bc871715a173.tar.bz2
llvm-cdceda4bc62e760fce1b795c2825bc871715a173.tar.xz
Nuke the hilariously out of date suggestion to unpack llvm-gcc 4.2 as
part of getting started with LLVM. The LLVM getting started document is in woeful need of attention. I may get to some of this, but some random notes for folks interested: 1) We need to separate the getting started steps for folks who are interested in the core LLVM libs and nothing else, folks interested in a nifty C++ toolchain and nothing else, and folks interested in both. 2) We should include documentation for both release archives, svn, and git in equal portion, and we should document all of the various repositories of interest: llvm, clang, clang-tools-extra, compiler-rt, lld, libcxx, test-suite. 3) We should document the CMake build. We should probably document the CMake build first, and give a fall-back set of docs for the Makefile build for the use cases where that is still the preferred solution. This would more closely match the use cases that folks in the open source community are likely to have, and would remove a point of discrepancy between Linux, Windows, and Mac instructions. 4) Probably a ton of other modernization stuff that I've not thought of here. Anyways, if anyone at all is interested, please help clean up this document. It is much needed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189732 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/GettingStarted.rst9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst
index 1fb5211646..5ce1893a23 100644
--- a/docs/GettingStarted.rst
+++ b/docs/GettingStarted.rst
@@ -459,15 +459,6 @@ The files are as follows, with *x.y* marking the version number:
Source release for the LLVM test-suite.
-``llvm-gcc-4.2-x.y.source.tar.gz``
-
- Source release of the llvm-gcc-4.2 front end. See README.LLVM in the root
- directory for build instructions.
-
-``llvm-gcc-4.2-x.y-platform.tar.gz``
-
- Binary release of the llvm-gcc-4.2 front end for a specific platform.
-
.. _checkout:
Checkout LLVM from Subversion