[llvm-commits] CVS: llvm/tools/llvm-as/Makefile as.cpp

Misha Brukman brukman at cs.uiuc.edu
Thu Aug 28 16:34:00 PDT 2003


Changes in directory llvm/tools/llvm-as:

Makefile updated: 1.10 -> 1.11
as.cpp updated: 1.20 -> 1.21

---
Log message:

Renaming LLVM `as' to `llvm-as'.


---
Diffs of the changes:

Index: llvm/tools/llvm-as/Makefile
diff -u llvm/tools/llvm-as/Makefile:1.10 llvm/tools/llvm-as/Makefile:1.11
--- llvm/tools/llvm-as/Makefile:1.10	Tue Jul 23 12:50:45 2002
+++ llvm/tools/llvm-as/Makefile	Thu Aug 28 16:32:57 2003
@@ -1,5 +1,5 @@
 LEVEL = ../..
-TOOLNAME = as
+TOOLNAME = llvm-as
 USEDLIBS = asmparser bcwriter vmcore support.a
 
 include $(LEVEL)/Makefile.common


Index: llvm/tools/llvm-as/as.cpp
diff -u llvm/tools/llvm-as/as.cpp:1.20 llvm/tools/llvm-as/as.cpp:1.21
--- llvm/tools/llvm-as/as.cpp:1.20	Mon Aug 18 15:47:13 2003
+++ llvm/tools/llvm-as/as.cpp	Thu Aug 28 16:32:57 2003
@@ -2,10 +2,10 @@
 // LLVM 'AS' UTILITY 
 //
 //  This utility may be invoked in the following manner:
-//   as --help     - Output information about command line switches
-//   as [options]      - Read LLVM assembly from stdin, write bytecode to stdout
-//   as [options] x.ll - Read LLVM assembly from the x.ll file, write bytecode
-//                       to the x.bc file.
+//   llvm-as --help         - Output information about command line switches
+//   llvm-as [options]      - Read LLVM asm from stdin, write bytecode to stdout
+//   llvm-as [options] x.ll - Read LLVM asm from the x.ll file, write bytecode
+//                            to the x.bc file.
 // 
 //===------------------------------------------------------------------------===
 





More information about the llvm-commits mailing list