[llvm] [LLVM][TableGen] Parameterize NumToSkip in DecoderEmitter (PR #136456)

Sergei Barannikov via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 19 17:34:54 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
----------------
s-barannikov wrote:

Extra space at col 1 :)

Should test `=2` as well (other tests, too).


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


More information about the llvm-commits mailing list