summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-02-26 21:34:02 +0000
committerChad Rosier <mcrosier@apple.com>2012-02-26 21:34:02 +0000
commit690a2b09029a6edd22d74d2abee2e8af721466bf (patch)
tree2fd3c0fdad10da3b593f78e83a8cd1f098a56bc7 /llvm/docs
parent233f147691339389f046c516d4b67ea5a9eac881 (diff)
downloadbcm5719-llvm-690a2b09029a6edd22d74d2abee2e8af721466bf.tar.gz
bcm5719-llvm-690a2b09029a6edd22d74d2abee2e8af721466bf.zip
Add href to clang in overview.
llvm-svn: 151503
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/GettingStarted.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html
index 9bbb1d5c3ab..9db9bb26034 100644
--- a/llvm/docs/GettingStarted.html
+++ b/llvm/docs/GettingStarted.html
@@ -86,9 +86,10 @@ needed to use LLVM. It contains an assembler, disassembler, bitcode
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>
OpenPOWER on IntegriCloud