mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-12 06:06:32 +00:00
Bugpoint is always verbose, eliminate option
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5989 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
edd8ce1370
commit
fb74224662
@ -1,5 +1,4 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
// LLVM BugPoint Utility
|
||||
//===- bugpoint.cpp - The LLVM BugPoint utility ---------------------------===//
|
||||
//
|
||||
// This program is an automated compiler debugger tool. It is used to narrow
|
||||
// down miscompilations and crash problems to a specific pass in the compiler,
|
||||
@ -24,9 +23,6 @@ PassList(cl::desc("Passes available:"), cl::OneOrMore);
|
||||
//cl::list<std::string>
|
||||
//InputArgv(cl::ConsumeAfter, cl::desc("<program arguments>..."));
|
||||
|
||||
//cl::opt<bool>
|
||||
//Verbose("v", cl::desc("Enable verbose output"));
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
cl::ParseCommandLineOptions(argc, argv);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user