[llvm] d6cf04c - [NFC][TableGen] Make `AsmMatcherEmitterCat` static (#125881)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 5 11:47:28 PST 2025
Author: Rahul Joshi
Date: 2025-02-05T11:47:23-08:00
New Revision: d6cf04c401c029cf96b001ae5782693c78c91469
URL: https://github.com/llvm/llvm-project/commit/d6cf04c401c029cf96b001ae5782693c78c91469
DIFF: https://github.com/llvm/llvm-project/commit/d6cf04c401c029cf96b001ae5782693c78c91469.diff
LOG: [NFC][TableGen] Make `AsmMatcherEmitterCat` static (#125881)
Added:
Modified:
llvm/utils/TableGen/AsmMatcherEmitter.cpp
Removed:
################################################################################
diff --git a/llvm/utils/TableGen/AsmMatcherEmitter.cpp b/llvm/utils/TableGen/AsmMatcherEmitter.cpp
index 7684387d80fe24..fcc82e598c4378 100644
--- a/llvm/utils/TableGen/AsmMatcherEmitter.cpp
+++ b/llvm/utils/TableGen/AsmMatcherEmitter.cpp
@@ -125,7 +125,7 @@ using namespace llvm;
#define DEBUG_TYPE "asm-matcher-emitter"
-cl::OptionCategory AsmMatcherEmitterCat("Options for -gen-asm-matcher");
+static cl::OptionCategory AsmMatcherEmitterCat("Options for -gen-asm-matcher");
static cl::opt<std::string>
MatchPrefix("match-prefix", cl::init(""),
More information about the llvm-commits
mailing list