forked from OSchip/llvm-project
[bugpoint] Delete a dead cl::opt (-child-output)
This option isn't used anywhere, as far as I can tell. llvm-svn: 324704
This commit is contained in:
parent
67fdb6b82a
commit
226fa54ab1
|
@ -43,9 +43,6 @@ static cl::opt<bool> PreserveBitcodeUseListOrder(
|
|||
cl::desc("Preserve use-list order when writing LLVM bitcode."),
|
||||
cl::init(true), cl::Hidden);
|
||||
|
||||
// ChildOutput - This option captures the name of the child output file that
|
||||
// is set up by the parent bugpoint process
|
||||
static cl::opt<std::string> ChildOutput("child-output", cl::ReallyHidden);
|
||||
static cl::opt<std::string>
|
||||
OptCmd("opt-command", cl::init(""),
|
||||
cl::desc("Path to opt. (default: search path "
|
||||
|
|
Loading…
Reference in New Issue