mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-16 16:16:45 +00:00
Add href to clang in overview.
llvm-svn: 151503
This commit is contained in:
parent
d8384abc3c
commit
9458712b9a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user