[llvm-commits] [llvm] r151285 - /llvm/trunk/docs/GettingStarted.html

Chad Rosier mcrosier at apple.com
Thu Feb 23 13:23:24 PST 2012


Author: mcrosier
Date: Thu Feb 23 15:23:24 2012
New Revision: 151285

URL: http://llvm.org/viewvc/llvm-project?rev=151285&view=rev
Log:
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.


Modified:
    llvm/trunk/docs/GettingStarted.html

Modified: llvm/trunk/docs/GettingStarted.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.html?rev=151285&r1=151284&r2=151285&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.html (original)
+++ llvm/trunk/docs/GettingStarted.html Thu Feb 23 15:23:24 2012
@@ -108,6 +108,12 @@
 
 <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>





More information about the llvm-commits mailing list