[compiler-rt] [compiler-rt] Fix tests of __aeabi_(idivmod|uidivmod|uldivmod) to support big endian (PR #126277)
Victor Campos via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 10 07:33:18 PST 2025
================
@@ -40,7 +40,12 @@ DEFINE_COMPILERRT_FUNCTION(__aeabi_idivmod)
mov r1, r3
#endif
bl SYMBOL_NAME(__divmodsi4)
+#if _YUGA_BIG_ENDIAN
----------------
vhscampos wrote:
It was a wrong assumption by me. The issue was in fact in the tests, not in the implementation. Fixed
https://github.com/llvm/llvm-project/pull/126277
More information about the llvm-commits
mailing list