[clang] [llvm] [llvm-objcopy][libObject] Add RISC-V big-endian support (PR #146913)

Djordje Todorovic via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 9 03:05:40 PDT 2025


================
@@ -63,6 +63,10 @@ StringRef Triple::getArchTypeName(ArchType Kind) {
   case renderscript64: return "renderscript64";
   case riscv32:        return "riscv32";
   case riscv64:        return "riscv64";
+  case riscv32be:
----------------
djtodoro wrote:

Let me try, but I think that `clang-format` from CI/CD will complain...

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


More information about the llvm-commits mailing list