cl::opt<bool>
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);
}
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
// a little bit. Do this now.
//