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 b55beb3 commit df843c2Copy full SHA for df843c2
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