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

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 8 15:00:26 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:
----------------
topperc wrote:

Follow the existing formatting?

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


More information about the llvm-commits mailing list