<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Sep 1, 2013 at 7:42 PM, Chandler Carruth <span dir="ltr"><<a href="mailto:chandlerc@gmail.com" target="_blank">chandlerc@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Author: chandlerc<br>
Date: Sun Sep  1 18:42:27 2013<br>
New Revision: 189732<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=189732&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=189732&view=rev</a><br>
Log:<br>
Nuke the hilariously out of date suggestion to unpack llvm-gcc 4.2 as<br>
part of getting started with LLVM.<br>
<br>
The LLVM getting started document is in woeful need of attention.</blockquote><div><br></div><div>Yep. <<a href="http://llvm.org/bugs/show_bug.cgi?id=14711">http://llvm.org/bugs/show_bug.cgi?id=14711</a>>. It's a bit out of date now, since for example nowadays (as you mention) the open-source community seems to be leaning towards CMake, and that will help make things more uniform cross-platform.<br>
</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">I may<br>
get to some of this, but some random notes for folks interested:<br></blockquote><div><br></div><div>Thanks for these ideas, I updated the PR to cross-reference this commit message.</div><div><br></div><div>-- Sean Silva</div>
<div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
1) We need to separate the getting started steps for folks who are<br>
   interested in the core LLVM libs and nothing else, folks interested<br>
   in a nifty C++ toolchain and nothing else, and folks interested in<br>
   both.<br>
2) We should include documentation for both release archives, svn, and<br>
   git in equal portion, and we should document all of the various<br>
   repositories of interest: llvm, clang, clang-tools-extra,<br>
   compiler-rt, lld, libcxx, test-suite.<br>
3) We should document the CMake build. We should probably document the<br>
   CMake build first, and give a fall-back set of docs for the Makefile<br>
   build for the use cases where that is still the preferred solution.<br>
   This would more closely match the use cases that folks in the open<br>
   source community are likely to have, and would remove a point of<br>
   discrepancy between Linux, Windows, and Mac instructions.<br>
4) Probably a ton of other modernization stuff that I've not thought of<br>
   here.<br>
<br>
Anyways, if anyone at all is interested, please help clean up this<br>
document. It is much needed.<br>
<br>
Modified:<br>
    llvm/trunk/docs/GettingStarted.rst<br>
<br>
Modified: llvm/trunk/docs/GettingStarted.rst<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.rst?rev=189732&r1=189731&r2=189732&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.rst?rev=189732&r1=189731&r2=189732&view=diff</a><br>

==============================================================================<br>
--- llvm/trunk/docs/GettingStarted.rst (original)<br>
+++ llvm/trunk/docs/GettingStarted.rst Sun Sep  1 18:42:27 2013<br>
@@ -459,15 +459,6 @@ The files are as follows, with *x.y* mar<br>
<br>
   Source release for the LLVM test-suite.<br>
<br>
-``llvm-gcc-4.2-x.y.source.tar.gz``<br>
-<br>
-  Source release of the llvm-gcc-4.2 front end.  See README.LLVM in the root<br>
-  directory for build instructions.<br>
-<br>
-``llvm-gcc-4.2-x.y-platform.tar.gz``<br>
-<br>
-  Binary release of the llvm-gcc-4.2 front end for a specific platform.<br>
-<br>
 .. _checkout:<br>
<br>
 Checkout LLVM from Subversion<br>
<br>
<br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
</blockquote></div><br></div></div>