From 09d6ba1496099d9bf6a20972b686b4c0ec79b4bf Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Fri, 8 Feb 2008 07:32:26 +0000 Subject: [PATCH] Moved that clang doesn't depend on llvm-gcc above the subsection of building clang with llvm. llvm-svn: 46884 --- clang/www/get_started.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/clang/www/get_started.html b/clang/www/get_started.html index 5576bc497ab0..950f449751dc 100644 --- a/clang/www/get_started.html +++ b/clang/www/get_started.html @@ -100,6 +100,12 @@ is:

+

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 + support libraries for clang that will be updated as well as + development on clang progresses.

+

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 @@ -112,12 +118,6 @@ is:

the same time -

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 - support libraries for clang that will be updated as well as - development on clang progresses.

-

Examples of using clang

The clang driver takes a lot of GCC compatible options, which you can see