[llvm-commits] CVS: llvm/www/docs/CommandGuide/index.html
Chris Lattner
lattner at cs.uiuc.edu
Tue Oct 7 11:36:02 PDT 2003
Changes in directory llvm/www/docs/CommandGuide:
index.html updated: 1.4 -> 1.5
---
Log message:
Renamed llvmas.html llvmdis.html and llvmlink.html to have hyphens in them
---
Diffs of the changes: (+3 -3)
Index: llvm/www/docs/CommandGuide/index.html
diff -u llvm/www/docs/CommandGuide/index.html:1.4 llvm/www/docs/CommandGuide/index.html:1.5
--- llvm/www/docs/CommandGuide/index.html:1.4 Fri Oct 3 08:48:27 2003
+++ llvm/www/docs/CommandGuide/index.html Tue Oct 7 11:34:51 2003
@@ -21,12 +21,12 @@
<!--===============================================================-->
<dl compact>
- <dt><A href="llvmas.html"><b>llvm-as</b></A>
+ <dt><A href="llvm-as.html"><b>llvm-as</b></A>
<dd>
Assemble a human-readable LLVM program into LLVM bytecode.
<p>
- <dt><A href="llvmdis.html"><b>llvm-dis</b></A>
+ <dt><A href="llvm-dis.html"><b>llvm-dis</b></A>
<dd>
Disassemble an LLVM bytecode file into human-readable form.
<p>
@@ -41,7 +41,7 @@
Optimize an LLVM bytecode file.
<p>
- <dt><A href="llvmlink.html"><b>llvm-link</b></A>
+ <dt><A href="llvm-link.html"><b>llvm-link</b></A>
<dd>
Link several LLVM bytecode files together into one LLVM
bytecode file.
More information about the llvm-commits
mailing list