Renaming LLVM `as' to `llvm-as'.
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 28 Aug 2003 21:32:57 +0000 (21:32 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 28 Aug 2003 21:32:57 +0000 (21:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8188 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-as/Makefile
tools/llvm-as/as.cpp
tools/llvm-as/llvm-as.cpp

index 7ac2c2432d84ba82b59923a3ab2451e90b27c982..eea87f9bcf220c31c3228d446b533171b9b8c67a 100644 (file)
@@ -1,5 +1,5 @@
 LEVEL = ../..
-TOOLNAME = as
+TOOLNAME = llvm-as
 USEDLIBS = asmparser bcwriter vmcore support.a
 
 include $(LEVEL)/Makefile.common
index 4ca59b99803b49e1d17099942d247bcab2b25f56..7655129e58d961e7e0fd4cfa2de07b1b50877cd1 100644 (file)
@@ -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.
 // 
 //===------------------------------------------------------------------------===
 
index 4ca59b99803b49e1d17099942d247bcab2b25f56..7655129e58d961e7e0fd4cfa2de07b1b50877cd1 100644 (file)
@@ -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.
 // 
 //===------------------------------------------------------------------------===