[llvm-commits] CVS: llvm/docs/CommandGuide/index.html

Brian Gaeke gaeke at cs.uiuc.edu
Thu Oct 16 13:05:01 PDT 2003


Changes in directory llvm/docs/CommandGuide:

index.html updated: 1.7 -> 1.8

---
Log message:

add llvm-nm entry.


---
Diffs of the changes:  (+5 -0)

Index: llvm/docs/CommandGuide/index.html
diff -u llvm/docs/CommandGuide/index.html:1.7 llvm/docs/CommandGuide/index.html:1.8
--- llvm/docs/CommandGuide/index.html:1.7	Tue Oct  7 15:35:55 2003
+++ llvm/docs/CommandGuide/index.html	Thu Oct 16 13:04:40 2003
@@ -32,6 +32,11 @@
 		Disassemble an LLVM bytecode file into human-readable form.
 		<p>
 
+		<dt><A href="llvm-nm.html"><b>llvm-dis</b></A>
+		<dd>
+		Print out the names and types of symbols in an LLVM bytecode file.
+		<p>
+
 		<dt><A href="analyze.html"><b>analyze</b></A>
 		<dd>
 		Analyze an LLVM bytecode file.





More information about the llvm-commits mailing list