[llvm] [llvm-objdump][RISCV] Use ISA mapping symbols for per-region disassembly (PR #193448)

Kito Cheng via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 22 23:48:17 PDT 2026


================
@@ -1,6 +1,7 @@
 # RUN: llvm-mc %s -triple=riscv32 -M no-aliases -show-encoding \
 # RUN:     | FileCheck -check-prefixes=CHECK-ASM %s
-# RUN: llvm-mc -filetype=obj -triple=riscv32 < %s \
+# RUN: llvm-mc -filetype=obj -triple=riscv32 \
+# RUN:     -mattr=+xqcilia,+xqcilo,+xqcibi,+xqcilb < %s \
 # RUN:     | llvm-objdump --mattr=+xqcilia,+xqcilo,+xqcibi,+xqcilb \
----------------
kito-cheng wrote:

Let me try and update this patch :)

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


More information about the llvm-commits mailing list