mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 15:33:33 +00:00
* Add an entry for llvm-ranlib
* Add missing dashes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17838 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e2ca54f448
commit
bbcb10f56e
@ -48,7 +48,7 @@ options) arguments to the tool you are interested in.</p>
|
||||
directly run a program compiled to bytecode using a JIT compiler or
|
||||
interpreter</li>
|
||||
|
||||
<li><a href="html/llvm-link.html"><b>llvm-link</b></A>
|
||||
<li><a href="html/llvm-link.html"><b>llvm-link</b></a> -
|
||||
link several bytecode files into one</li>
|
||||
|
||||
<li><a href="html/analyze.html"><b>analyze</b></a> -
|
||||
@ -57,7 +57,10 @@ options) arguments to the tool you are interested in.</p>
|
||||
<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-ranlib.html"><b>llvm-ranlib</b></a> -
|
||||
create an index for archives made with llvm-ar</li>
|
||||
|
||||
<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>
|
||||
|
||||
<li><a href="html/llvm-prof.html"><b>llvm-prof</b></a> -
|
||||
|
Loading…
Reference in New Issue
Block a user