================ @@ -2053,6 +2086,8 @@ bool Triple::isLittleEndian() const { case Triple::renderscript64: case Triple::riscv32: case Triple::riscv64: + case Triple::riscv32be: + case Triple::riscv64be: ---------------- jh7370 wrote:
This looks like a mistake. The function is `isLittleEndian`, so these should be in the `false` side. https://github.com/llvm/llvm-project/pull/146913 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits