[Lldb-commits] [lldb] [lldb][AIX] Added XCOFF Object File Header for AIX (PR #111814)
Dhruv Srivastava via lldb-commits
lldb-commits at lists.llvm.org
Sat Nov 9 09:07:29 PST 2024
DhruvSrivastavaX wrote:
Hi @labath,
So the error was due to the endianness difference between Linux and AIX.
The previous failure with the new test case has gone now.
I have dropped a fix so that AIX binary is recognised on little endian platforms as well, but
if there is any better way to add this check, please do let me know.
Thanks!
https://github.com/llvm/llvm-project/pull/111814
More information about the lldb-commits
mailing list