From 403f29c9c4af9f4b75d5b9edb35d904a2bbaf5fb Mon Sep 17 00:00:00 2001 From: Chad Rosier Date: Thu, 23 Feb 2012 21:23:24 +0000 Subject: [PATCH] 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 --- docs/GettingStarted.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 56dfa20eef6..bc2b2714784 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -108,6 +108,12 @@ and performance.
+

The LLVM Getting Started documentation is wildly 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 Getting Started +page might be a better place to start.

+

Here's the short story for getting up and running quickly with LLVM: