forked from OSchip/llvm-project
parent
8beeb49594
commit
e448500e6d
|
@ -54,6 +54,9 @@ options) arguments to the tool you are interested in.</p>
|
||||||
<li><a href="html/analyze.html"><b>analyze</b></a> -
|
<li><a href="html/analyze.html"><b>analyze</b></a> -
|
||||||
run LLVM analyses on a bytecode file and print the results</li>
|
run LLVM analyses on a bytecode file and print the results</li>
|
||||||
|
|
||||||
|
<li><a href="html/llvm-ar.html"><b>llvm-ar</b></a> -
|
||||||
|
archive bytecode files</li>
|
||||||
|
|
||||||
<li><a href="html/llvm-nm.html"><b>llvm-nm</b></a>
|
<li><a href="html/llvm-nm.html"><b>llvm-nm</b></a>
|
||||||
print out the names and types of symbols in a bytecode file</li>
|
print out the names and types of symbols in a bytecode file</li>
|
||||||
|
|
||||||
|
|
|
@ -54,6 +54,7 @@ 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).<br/>
|
manual for the LLVM command line utilities ("man" pages for LLVM tools).<br/>
|
||||||
Current tools:
|
Current tools:
|
||||||
|
<a href="CommandGuide/html/llvm-ar.html">llvm-ar</a>,
|
||||||
<a href="CommandGuide/html/llvm-as.html">llvm-as</a>,
|
<a href="CommandGuide/html/llvm-as.html">llvm-as</a>,
|
||||||
<a href="CommandGuide/html/llvm-dis.html">llvm-dis</a>,
|
<a href="CommandGuide/html/llvm-dis.html">llvm-dis</a>,
|
||||||
<a href="CommandGuide/html/opt.html">opt</a>,
|
<a href="CommandGuide/html/opt.html">opt</a>,
|
||||||
|
|
Loading…
Reference in New Issue