diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-02-26 21:34:02 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-02-26 21:34:02 +0000 |
commit | 483454f2f1a02deb9b9bee306afddde38b6d8815 (patch) | |
tree | b1a9ce03c6f9efca6cf13b928275916e4da15021 /docs/GettingStarted.html | |
parent | 372b8221b74f66affb2916af67fe7fe25121b558 (diff) | |
download | external_llvm-483454f2f1a02deb9b9bee306afddde38b6d8815.zip external_llvm-483454f2f1a02deb9b9bee306afddde38b6d8815.tar.gz external_llvm-483454f2f1a02deb9b9bee306afddde38b6d8815.tar.bz2 |
Add href to clang in overview.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151503 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r-- | docs/GettingStarted.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 9bbb1d5..9db9bb2 100644 --- a/docs/GettingStarted.html +++ b/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> |