mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:43:36 +01:00
[yaml2obj] Internlize DocNum. NFC
This commit is contained in:
parent
bca5016a5e
commit
c80991b884
@ -31,9 +31,9 @@ using namespace llvm;
|
||||
static cl::opt<std::string>
|
||||
Input(cl::Positional, cl::desc("<input>"), cl::init("-"));
|
||||
|
||||
cl::opt<unsigned>
|
||||
DocNum("docnum", cl::init(1),
|
||||
cl::desc("Read specified document from input (default = 1)"));
|
||||
static cl::opt<unsigned>
|
||||
DocNum("docnum", cl::init(1),
|
||||
cl::desc("Read specified document from input (default = 1)"));
|
||||
|
||||
static cl::opt<std::string> OutputFilename("o", cl::desc("Output filename"),
|
||||
cl::value_desc("filename"));
|
||||
|
Loading…
Reference in New Issue
Block a user