[cfe-commits] r46884 - /cfe/trunk/www/get_started.html
Ted Kremenek
kremenek at apple.com
Thu Feb 7 23:32:26 PST 2008
Author: kremenek
Date: Fri Feb 8 01:32:26 2008
New Revision: 46884
URL: http://llvm.org/viewvc/llvm-project?rev=46884&view=rev
Log:
Moved that clang doesn't depend on llvm-gcc above
the subsection of building clang with llvm.
Modified:
cfe/trunk/www/get_started.html
Modified: cfe/trunk/www/get_started.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/get_started.html?rev=46884&r1=46883&r2=46884&view=diff
==============================================================================
--- cfe/trunk/www/get_started.html (original)
+++ cfe/trunk/www/get_started.html Fri Feb 8 01:32:26 2008
@@ -100,6 +100,12 @@
</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 @@
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
More information about the cfe-commits
mailing list