mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
Renamed llvmas.html llvmdis.html and llvmlink.html to have hyphens in them
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8925 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a2a628f322
commit
3a8bddb28d
@ -21,12 +21,12 @@
|
|||||||
<!--===============================================================-->
|
<!--===============================================================-->
|
||||||
|
|
||||||
<dl compact>
|
<dl compact>
|
||||||
<dt><A href="llvmas.html"><b>llvm-as</b></A>
|
<dt><A href="llvm-as.html"><b>llvm-as</b></A>
|
||||||
<dd>
|
<dd>
|
||||||
Assemble a human-readable LLVM program into LLVM bytecode.
|
Assemble a human-readable LLVM program into LLVM bytecode.
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
<dt><A href="llvmdis.html"><b>llvm-dis</b></A>
|
<dt><A href="llvm-dis.html"><b>llvm-dis</b></A>
|
||||||
<dd>
|
<dd>
|
||||||
Disassemble an LLVM bytecode file into human-readable form.
|
Disassemble an LLVM bytecode file into human-readable form.
|
||||||
<p>
|
<p>
|
||||||
@ -41,7 +41,7 @@
|
|||||||
Optimize an LLVM bytecode file.
|
Optimize an LLVM bytecode file.
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
<dt><A href="llvmlink.html"><b>llvm-link</b></A>
|
<dt><A href="llvm-link.html"><b>llvm-link</b></A>
|
||||||
<dd>
|
<dd>
|
||||||
Link several LLVM bytecode files together into one LLVM
|
Link several LLVM bytecode files together into one LLVM
|
||||||
bytecode file.
|
bytecode file.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user