From: Eric Christopher Date: Fri, 8 Feb 2008 07:10:48 +0000 (+0000) Subject: Add instructions for building clang while building llvm. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=562b4f351a9186d92c26f819b32fb8a65625e2eb;p=clang Add instructions for building clang while building llvm. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46881 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/get_started.html b/www/get_started.html index 47909aba63..5576bc497a 100644 --- a/www/get_started.html +++ b/www/get_started.html @@ -100,6 +100,18 @@ is:

+

Building clang while building llvm:

+

Since you've checked out clang into the llvm source tree you can + build them all at once with a simple Makefile change. This moves + Step 1 above to Step 4.

+ +

Note that the C front-end uses LLVM, but does not depend on llvm-gcc. If you encounter problems with building clang, make sure you have the latest SVN version of LLVM. LLVM contains