The LLVM Getting Started documentation is out of date. It would be nice if
authorChad Rosier <mcrosier@apple.com>
Thu, 23 Feb 2012 21:23:24 +0000 (21:23 +0000)
committerChad Rosier <mcrosier@apple.com>
Thu, 23 Feb 2012 21:23:24 +0000 (21:23 +0000)
someone could update this, but for now at least reference the Clang Getting
Started document, which is much more current.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151285 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStarted.html

index 56dfa20eef67c42f10fdc3980dbea04e430a4c9c..bc2b27147840206fa3b0aac84589218366823015 100644 (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>