forked from OSchip/llvm-project
parent
00b21aef7b
commit
4c70105c4c
|
@ -55,8 +55,8 @@
|
||||||
<!-- *********************************************************************** -->
|
<!-- *********************************************************************** -->
|
||||||
<div class="doc_text">
|
<div class="doc_text">
|
||||||
<p>The <tt>llvmc</tt> <a href="def_tool">tool</a> is a configurable compiler
|
<p>The <tt>llvmc</tt> <a href="def_tool">tool</a> is a configurable compiler
|
||||||
<a href="def_driver">driver</a>. As such, it isn't the compiler, optimizer,
|
<a href="def_driver">driver</a>. As such, it isn't a compiler, optimizer,
|
||||||
or linker itself but it drives (invokes) other software that perform those
|
or a linker itself but it drives (invokes) other software that perform those
|
||||||
tasks. If you are familiar with the GNU Compiler Collection's <tt>gcc</tt>
|
tasks. If you are familiar with the GNU Compiler Collection's <tt>gcc</tt>
|
||||||
tool, <tt>llvmc</tt> is very similar.</p>
|
tool, <tt>llvmc</tt> is very similar.</p>
|
||||||
<p>The following introductory sections will help you understand why this tool
|
<p>The following introductory sections will help you understand why this tool
|
||||||
|
|
Loading…
Reference in New Issue