mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Fix dumb copy and paste typos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1063 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e51e03b3c6
commit
11c862cf46
@ -22,7 +22,7 @@ cl::String InputFilename ("", "Parse <arg> file, compile to bytecode",
|
||||
cl::String OutputFilename("o", "Override output filename", cl::NoFlags, "");
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
cl::ParseCommandLineOptions(argc, argv, " llvm .ll -> .bc assembler\n");
|
||||
cl::ParseCommandLineOptions(argc, argv, " llvm .s -> .o assembler for GCC\n");
|
||||
|
||||
ostream *Out = 0;
|
||||
std::auto_ptr<Module> M;
|
||||
|
Loading…
Reference in New Issue
Block a user