mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-26 01:38:43 +00:00
List the individual tools for easier reference.
Make the bugpoint link reference the man page in the CommandGuide until the Bugpoint.html file can describe bugpoint in a little more of a tutorial style instead of just being a man page. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17416 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d206bc9884
commit
31f841bc48
@ -52,7 +52,27 @@ Everything from unpacking and compilation of the distribution to execution of
|
|||||||
some tools.</li>
|
some tools.</li>
|
||||||
|
|
||||||
<li><a href="CommandGuide/index.html">LLVM Command Guide</a> - A reference
|
<li><a href="CommandGuide/index.html">LLVM Command Guide</a> - A reference
|
||||||
manual for the LLVM command line utilities ("man" pages for LLVM tools).</li>
|
manual for the LLVM command line utilities ("man" pages for LLVM tools).<br/>
|
||||||
|
Current tools:
|
||||||
|
<a href="CommandGuide/html/llvm-as.html">llvm-as</a>,
|
||||||
|
<a href="CommandGuide/html/llvm-dis.html">llvm-dis</a>,
|
||||||
|
<a href="CommandGuide/html/opt.html">opt</a>,
|
||||||
|
<a href="CommandGuide/html/llc.html">llc</a>,
|
||||||
|
<a href="CommandGuide/html/lli.html">lli</a>,
|
||||||
|
<a href="CommandGuide/html/llvm-link.html">llvm-link</a>,
|
||||||
|
<a href="CommandGuide/html/analyze.html">analyze</a>,
|
||||||
|
<a href="CommandGuide/html/llvm-nm.html">llvm-nm</a>,
|
||||||
|
<a href="CommandGuide/html/llvm-prof.html">llvm-prof</a>,
|
||||||
|
<a href="CommandGuide/html/llvmgcc.html">llvmgcc</a>,
|
||||||
|
<a href="CommandGuide/html/llvmgxx.html">llvmgxx</a>,
|
||||||
|
<a href="CommandGuide/html/gccas.html">gccas</a>,
|
||||||
|
<a href="CommandGuide/html/gccld.html">gccld</a>,
|
||||||
|
<a href="CommandGuide/html/stkrc.html">stkrc</a>,
|
||||||
|
<a href="CommandGuide/html/bugpoint.html">bugpoint</a>,
|
||||||
|
<a href="CommandGuide/html/extract.html">extract</a>,
|
||||||
|
<a href="CommandGuide/html/llvm-bcanalyzer.html">llvm-bcanalyzer</a>,
|
||||||
|
<a href="CommandGuide/html/llvmc.html">llvmc</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
<li><a href="FAQ.html">Frequently Asked Questions</a> - A list of common
|
<li><a href="FAQ.html">Frequently Asked Questions</a> - A list of common
|
||||||
questions and problems and their solutions.</li>
|
questions and problems and their solutions.</li>
|
||||||
@ -162,8 +182,8 @@ GC'd programs.</li>
|
|||||||
LLVM</a> - This document describes the design and philosophy behind the LLVM
|
LLVM</a> - This document describes the design and philosophy behind the LLVM
|
||||||
source-level debugger.</li>
|
source-level debugger.</li>
|
||||||
|
|
||||||
<li><a href="Bugpoint.html">Bugpoint</a> automatic bug finder and
|
<li><a href="CommandGuide/html/bugpoint.html">bugpoint</a> - automatic bug
|
||||||
test-case reducer description and usage information.</li>
|
finder and test-case reducer description and usage information.</li>
|
||||||
|
|
||||||
<li><a href="CompilerDriver.html">Compiler Driver (llvmc)</a> - This document
|
<li><a href="CompilerDriver.html">Compiler Driver (llvmc)</a> - This document
|
||||||
describes the design and configuration of the LLVM compiler driver tool,
|
describes the design and configuration of the LLVM compiler driver tool,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user