[Lldb-commits] [PATCH] D41702: Add SysV Abi for PPC64le

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Jan 6 01:12:05 PST 2018


labath added a comment.

Is the only difference between ppc64 and ppc64le ABIs in the endianness of the values?
If so, could we make one unified ABI which takes the endianness as an argument (in the constructor, or as a template argument, or deduces it from target endiannes, ...) ?


https://reviews.llvm.org/D41702





More information about the lldb-commits mailing list