mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-12 01:25:10 +00:00
Renaming LLVM as' to
llvm-as'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8188 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
LEVEL = ../..
|
LEVEL = ../..
|
||||||
TOOLNAME = as
|
TOOLNAME = llvm-as
|
||||||
USEDLIBS = asmparser bcwriter vmcore support.a
|
USEDLIBS = asmparser bcwriter vmcore support.a
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
@@ -2,9 +2,9 @@
|
|||||||
// LLVM 'AS' UTILITY
|
// LLVM 'AS' UTILITY
|
||||||
//
|
//
|
||||||
// This utility may be invoked in the following manner:
|
// This utility may be invoked in the following manner:
|
||||||
// as --help - Output information about command line switches
|
// llvm-as --help - Output information about command line switches
|
||||||
// as [options] - Read LLVM assembly from stdin, write bytecode to stdout
|
// llvm-as [options] - Read LLVM asm from stdin, write bytecode to stdout
|
||||||
// as [options] x.ll - Read LLVM assembly from the x.ll file, write bytecode
|
// llvm-as [options] x.ll - Read LLVM asm from the x.ll file, write bytecode
|
||||||
// to the x.bc file.
|
// to the x.bc file.
|
||||||
//
|
//
|
||||||
//===------------------------------------------------------------------------===
|
//===------------------------------------------------------------------------===
|
||||||
|
@@ -2,9 +2,9 @@
|
|||||||
// LLVM 'AS' UTILITY
|
// LLVM 'AS' UTILITY
|
||||||
//
|
//
|
||||||
// This utility may be invoked in the following manner:
|
// This utility may be invoked in the following manner:
|
||||||
// as --help - Output information about command line switches
|
// llvm-as --help - Output information about command line switches
|
||||||
// as [options] - Read LLVM assembly from stdin, write bytecode to stdout
|
// llvm-as [options] - Read LLVM asm from stdin, write bytecode to stdout
|
||||||
// as [options] x.ll - Read LLVM assembly from the x.ll file, write bytecode
|
// llvm-as [options] x.ll - Read LLVM asm from the x.ll file, write bytecode
|
||||||
// to the x.bc file.
|
// to the x.bc file.
|
||||||
//
|
//
|
||||||
//===------------------------------------------------------------------------===
|
//===------------------------------------------------------------------------===
|
||||||
|
Reference in New Issue
Block a user