[llvm] [LLVM][TableGen] Parameterize NumToSkip in DecoderEmitter (PR #136456)
Rahul Joshi via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 20 09:33:45 PDT 2025
================
@@ -1,4 +1,4 @@
-// RUN: llvm-tblgen -gen-disassembler -I %p/../../include %s | FileCheck %s
+ // RUN: llvm-tblgen -gen-disassembler --num-to-skip-size=3 -I %p/../../include %s | FileCheck %s
----------------
jurahul wrote:
Done. Only for tests that actually test the decoder table contents.
https://github.com/llvm/llvm-project/pull/136456
More information about the llvm-commits
mailing list