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.
AsmMatcherEmitterCat
1 parent fa10047 commit d6cf04cCopy full SHA for d6cf04c
llvm/utils/TableGen/AsmMatcherEmitter.cpp
@@ -125,7 +125,7 @@ using namespace llvm;
125
126
#define DEBUG_TYPE "asm-matcher-emitter"
127
128
-cl::OptionCategory AsmMatcherEmitterCat("Options for -gen-asm-matcher");
+static cl::OptionCategory AsmMatcherEmitterCat("Options for -gen-asm-matcher");
129
130
static cl::opt<std::string>
131
MatchPrefix("match-prefix", cl::init(""),
0 commit comments