[llvm] [TableGen] Allow emitter callbacks to use `const RecordKeeper &` (PR #104716)

Rahul Joshi via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 21 15:53:06 PDT 2024


================
@@ -33,50 +33,47 @@ cl::opt<bool> EmitLongStrLiterals(
     cl::Hidden, cl::init(true));
 } // end namespace llvm
 
-namespace {
+static cl::OptionCategory PrintEnumsCat("Options for -print-enums");
----------------
jurahul wrote:

This is committed now.

https://github.com/llvm/llvm-project/pull/104716


More information about the llvm-commits mailing list