[llvm-commits] [llvm] r151503 - /llvm/trunk/docs/GettingStarted.html
Chad Rosier
mcrosier at apple.com
Sun Feb 26 13:34:02 PST 2012
Author: mcrosier
Date: Sun Feb 26 15:34:02 2012
New Revision: 151503
URL: http://llvm.org/viewvc/llvm-project?rev=151503&view=rev
Log:
Add href to clang in overview.
Modified:
llvm/trunk/docs/GettingStarted.html
Modified: llvm/trunk/docs/GettingStarted.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.html?rev=151503&r1=151502&r2=151503&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.html (original)
+++ llvm/trunk/docs/GettingStarted.html Sun Feb 26 15:34:02 2012
@@ -86,9 +86,10 @@
analyzer and bitcode optimizer. It also contains basic regression tests that
can be used to test the LLVM tools and the Clang front end.</p>
-<p>The second piece is the Clang front end. This component compiles C, C++,
-Objective C, and Objective C++ code into LLVM bitcode. Once compiled into LLVM
-bitcode, a program can be manipulated with the LLVM tools from the LLVM suite.
+<p>The second piece is the <a href="http://clang.llvm.org/">Clang</a> front end.
+This component compiles C, C++, Objective C, and Objective C++ code into LLVM
+bitcode. Once compiled into LLVM bitcode, a program can be manipulated with the
+LLVM tools from the LLVM suite.
</p>
<p>
More information about the llvm-commits
mailing list