forked from OSchip/llvm-project
llvm-cat: Allow bitcode files to be created with no modules.
llvm-svn: 289610
This commit is contained in:
parent
da1c84c01e
commit
98d40e0557
|
@ -28,7 +28,7 @@ static cl::opt<std::string> OutputFilename("o", cl::Required,
|
||||||
cl::desc("Output filename"),
|
cl::desc("Output filename"),
|
||||||
cl::value_desc("filename"));
|
cl::value_desc("filename"));
|
||||||
|
|
||||||
static cl::list<std::string> InputFilenames(cl::Positional, cl::OneOrMore,
|
static cl::list<std::string> InputFilenames(cl::Positional, cl::ZeroOrMore,
|
||||||
cl::desc("<input files>"));
|
cl::desc("<input files>"));
|
||||||
|
|
||||||
int main(int argc, char **argv) {
|
int main(int argc, char **argv) {
|
||||||
|
|
Loading…
Reference in New Issue