[llvm] [RISCV] Add initial assembler/MC layer support for big-endian (PR #146534)

Djordje Todorovic via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 18 03:43:00 PDT 2025


================
@@ -0,0 +1,60 @@
+# RUN: llvm-mc -filetype=obj -triple=riscv32be < %s \
+# RUN:     | llvm-objdump --no-print-imm-hex -M no-aliases -d - \
----------------
djtodoro wrote:

Thanks @MaskRay!

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


More information about the llvm-commits mailing list