mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-26 07:34:06 +00:00
Fix file header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9292 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7c0e022c5c
commit
10cf8fa592
@ -1,4 +1,4 @@
|
|||||||
//===------------------------------------------------------------------------===
|
//===--- llvm-as.cpp - The low-level LLVM assembler -----------------------===//
|
||||||
//
|
//
|
||||||
// The LLVM Compiler Infrastructure
|
// The LLVM Compiler Infrastructure
|
||||||
//
|
//
|
||||||
@ -7,8 +7,6 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// LLVM 'AS' UTILITY
|
|
||||||
//
|
|
||||||
// This utility may be invoked in the following manner:
|
// This utility may be invoked in the following manner:
|
||||||
// llvm-as --help - Output information about command line switches
|
// llvm-as --help - Output information about command line switches
|
||||||
// llvm-as [options] - Read LLVM asm from stdin, write bytecode to stdout
|
// llvm-as [options] - Read LLVM asm from stdin, write bytecode to stdout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user