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

llvm-svn: 8188
This commit is contained in:
Misha Brukman 2003-08-28 21:32:57 +00:00
parent 147b66cd2b
commit 9893027b5e
3 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
LEVEL = ../..
TOOLNAME = as
TOOLNAME = llvm-as
USEDLIBS = asmparser bcwriter vmcore support.a
include $(LEVEL)/Makefile.common

View 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.
//
//===------------------------------------------------------------------------===

View 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.
//
//===------------------------------------------------------------------------===