Go to file
Chandler Carruth baf3fdb86b 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.

llvm-svn: 189732
2013-09-01 23:42:27 +00:00
clang Improving objc_ownership attribute test coverage. 2013-09-01 19:11:23 +00:00
clang-tools-extra Revert "cpp11-migrate: Fixing autoconf build after adding libclangReplace dependency" 2013-08-30 22:09:03 +00:00
compiler-rt Conditionalise inclusion of link.h on !SANITIZER_ANDROID. 2013-08-30 20:50:12 +00:00
debuginfo-tests Now that we get non-trivial value parameters locations correct, un-XFAIL these tests. 2013-06-19 22:07:11 +00:00
libclc Add mul_hi implementation [v2] 2013-08-19 18:31:49 +00:00
libcxx Forgot to svn add the test for r189722. 2013-08-31 17:03:02 +00:00
libcxxabi Change the two last remaining _LIBCPP_CANTTHROW to _NOEXCEPT 2013-08-29 19:19:27 +00:00
lld [lld][test] organize test directory. No change in functionality 2013-08-31 05:59:52 +00:00
lldb Make the default shell /bin/sh on all platforms. I think any system with /bin/bash 2013-08-30 23:02:56 +00:00
llvm Nuke the hilariously out of date suggestion to unpack llvm-gcc 4.2 as 2013-09-01 23:42:27 +00:00
polly Remove unneeded comma and update formatting 2013-08-24 17:58:59 +00:00