forked from OSchip/llvm-project
Fix broken internal links (one found by seventwentyfour.com spider)
llvm-svn: 16260
This commit is contained in:
parent
213e6db9ce
commit
0bc8b12734
|
@ -54,8 +54,8 @@
|
|||
<div class="doc_section"> <a name="introduction">Introduction</a></div>
|
||||
<!-- *********************************************************************** -->
|
||||
<div class="doc_text">
|
||||
<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 a compiler, optimizer,
|
||||
<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 a compiler, optimizer,
|
||||
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>
|
||||
tool, <tt>llvmc</tt> is very similar.</p>
|
||||
|
|
Loading…
Reference in New Issue