forked from OSchip/llvm-project
parent
de88ac4f45
commit
17570e182a
|
@ -24,7 +24,7 @@ using std::cerr;
|
|||
|
||||
static cl::list<std::string>
|
||||
InputFilenames(cl::Positional, cl::OneOrMore,
|
||||
cl::desc("Load <arg> files, linking them together"));
|
||||
cl::desc("<input bytecode files>"));
|
||||
|
||||
static cl::opt<std::string>
|
||||
OutputFilename("o", cl::desc("Override output filename"), cl::init("-"),
|
||||
|
|
|
@ -24,7 +24,7 @@ using std::cerr;
|
|||
|
||||
static cl::list<std::string>
|
||||
InputFilenames(cl::Positional, cl::OneOrMore,
|
||||
cl::desc("Load <arg> files, linking them together"));
|
||||
cl::desc("<input bytecode files>"));
|
||||
|
||||
static cl::opt<std::string>
|
||||
OutputFilename("o", cl::desc("Override output filename"), cl::init("-"),
|
||||
|
|
Loading…
Reference in New Issue