mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 06:30:39 +00:00
Fix the file's comment block.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28535 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fd20c0ab00
commit
d9169d3cbe
@ -1,4 +1,4 @@
|
||||
//===--- llvm-as.cpp - The low-level LLVM assembler -----------------------===//
|
||||
//===--- llvm2cpp.cpp - LLVM IR to C++ Translator -------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
@ -7,11 +7,12 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// This utility may be invoked in the following manner:
|
||||
// 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.
|
||||
// This program converts an input LLVM assembly file (.ll) into a C++ source
|
||||
// file that makes calls to the LLVM C++ API to produce the same module. The
|
||||
// generated program verifies what it built and then runs the PrintAssemblyPass
|
||||
// to reproduce the input originally given to llvm2cpp.
|
||||
//
|
||||
// Use the --help option for help with command line options.
|
||||
//
|
||||
//===------------------------------------------------------------------------===
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user