mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-12 17:25:49 +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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user