We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53bb183 commit 84f0a86Copy full SHA for 84f0a86
llvm/tools/yaml2obj/yaml2obj.cpp
@@ -31,9 +31,9 @@ using namespace llvm;
31
static cl::opt<std::string>
32
Input(cl::Positional, cl::desc("<input>"), cl::init("-"));
33
34
-cl::opt<unsigned>
35
-DocNum("docnum", cl::init(1),
36
- 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)"));
37
38
static cl::opt<std::string> OutputFilename("o", cl::desc("Output filename"),
39
cl::value_desc("filename"));
0 commit comments