mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-08 19:25:47 +00:00
Eliminate some compatibility stuff no longer needed :P
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5812 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -40,13 +40,6 @@ namespace {
|
|||||||
|
|
||||||
cl::opt<bool>
|
cl::opt<bool>
|
||||||
Verify("verify", cl::desc("Verify each pass result"));
|
Verify("verify", cl::desc("Verify each pass result"));
|
||||||
|
|
||||||
|
|
||||||
cl::opt<std::string> // Be compatible with what GCC expects
|
|
||||||
QOption("Q", cl::desc("Compatibility option (ignored)"),
|
|
||||||
cl::Hidden, cl::Prefix);
|
|
||||||
cl::opt<bool>
|
|
||||||
PrintVersion("V", cl::desc("Print GCCAS version number"), cl::Hidden);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -149,9 +142,6 @@ int main(int argc, char **argv) {
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (PrintVersion) /* For GNU compatibility */
|
|
||||||
std::cerr << "LLVM GCCAS version xx\n" << std::flush;
|
|
||||||
|
|
||||||
// In addition to just parsing the input from GCC, we also want to spiff it up
|
// In addition to just parsing the input from GCC, we also want to spiff it up
|
||||||
// a little bit. Do this now.
|
// a little bit. Do this now.
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user