The LLVM Getting Started documentation is out of date. It would be nice if

someone could update this, but for now at least reference the Clang Getting
Started document, which is much more current.

llvm-svn: 151285
This commit is contained in:
Chad Rosier 2012-02-23 21:23:24 +00:00
parent 00b679c127
commit 6e220d5ad0
1 changed files with 6 additions and 0 deletions

View File

@ -108,6 +108,12 @@ and performance.
<div>
<p>The LLVM Getting Started documentation is <b>wildly</b> out of date and is
in dire need an update. Most notably, Clang has replaced the GCC front end
entirely and building with the LLVM GCC front end is no longer supported.
The Clang <a href="http://clang.llvm.org/get_started.html">Getting Started</a>
page might be a better place to start.</p>
<p>Here's the short story for getting up and running quickly with LLVM:</p>
<ol>