aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-02-08 07:32:26 +0000
committerTed Kremenek <kremenek@apple.com>2008-02-08 07:32:26 +0000
commit675a9ba538da9fec1e0db0c285076fe022f28d75 (patch)
treecd09028f3d4bb8383c0e3ce67e8f286355e55c92
parent59c2d2672ef723f57ba237e518bb74ecd9a4fb14 (diff)
Moved that clang doesn't depend on llvm-gcc above
the subsection of building clang with llvm. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46884 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--www/get_started.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/www/get_started.html b/www/get_started.html
index 5576bc497a..950f449751 100644
--- a/www/get_started.html
+++ b/www/get_started.html
@@ -100,6 +100,12 @@ is:</p>
</ul>
</ol>
+<p>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.</p>
+
<h3>Building clang while building llvm:</h3>
<p>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:</p>
the same time</li>
</ul>
-<p>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.</p>
-
<h3>Examples of using clang</h3>
<p>The clang driver takes a lot of GCC compatible options, which you can see