[llvm] [TargetLoweringObjectFile] Handle riscv BE (PR #155166)
Sam Elliott via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 24 14:36:05 PDT 2025
https://github.com/lenary commented:
I'm a bit worries that this is the sort of place where a) big-endian data vs little-endian instructions will be a problem, and b) if we're using LLVM to both read and write in the test, and it is getting endianness wrong, then we won't necessarily see the issue in tests.
Have you separately cross-verified the reading and writing of dwarf data against binutils?
https://github.com/llvm/llvm-project/pull/155166
More information about the llvm-commits
mailing list