DhruvSrivastavaX wrote:

> Are XCOFF files always big endian? If so, then all you need is to add a 
> `DataExtractor::SetByteOrder()`. If not (and you want to support both 
> endiannesses), then it would be better to add both cases to 
> `XCOFFHeaderSizeFromMagic`.

Yes, AIX XCOFF does not support little endian, so I went ahead with the 
SetByteOrder Fix. 

https://github.com/llvm/llvm-project/pull/111814
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to