[llvm] [LLVM][TableGen] Move DecoderEmitter output to anonymous namespace (PR #136214)

Rahul Joshi via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 17 17:26:07 PDT 2025


================
@@ -2561,7 +2561,7 @@ namespace llvm {
   // Emit the main entry point for the decoder, decodeInstruction().
   emitDecodeInstruction(OS, IsVarLenInst);
 
-  OS << "\n} // end namespace llvm\n";
+  OS << "\n} // end anonymous namespace\n";
----------------
jurahul wrote:

Done.

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


More information about the llvm-commits mailing list