[llvm] [LLVM][TableGen] Rename Option emitter files. (PR #109216)
Rahul Joshi via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 18 16:02:14 PDT 2024
================
@@ -572,5 +572,5 @@ static void EmitOptParser(const RecordKeeper &Records, raw_ostream &OS) {
OS << "\n";
}
-static TableGen::Emitter::Opt X("gen-opt-parser-defs", EmitOptParser,
+static TableGen::Emitter::Opt X("gen-opt-parser-defs", EmitOptionParser,
----------------
jurahul wrote:
Not renaming the option yet as that can cause lot of changes potentially. I could look into allowing register an alias of the option in the TG backend, but not sure if it's worth it.
https://github.com/llvm/llvm-project/pull/109216
More information about the llvm-commits
mailing list