summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-02-23 21:23:24 +0000
committerChad Rosier <mcrosier@apple.com>2012-02-23 21:23:24 +0000
commit8ce6b7daf72627fc8bd95e62a7c4a037eaf3772e (patch)
tree7debb4177d5be2384ee47d4a423c62acbd3495eb /docs
parentb601ab5cce6c560dff365cd87f6854ea95f76f54 (diff)
downloadllvm-8ce6b7daf72627fc8bd95e62a7c4a037eaf3772e.tar.gz
llvm-8ce6b7daf72627fc8bd95e62a7c4a037eaf3772e.tar.bz2
llvm-8ce6b7daf72627fc8bd95e62a7c4a037eaf3772e.tar.xz
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151285 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/GettingStarted.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 56dfa20eef..bc2b271478 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -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>