[llvm] r178679 - Implements low-level object file format specific output for COFF and

Rafael EspĂ­ndola rafael.espindola at gmail.com
Thu Apr 4 19:37:30 PDT 2013


> Notice that the last three bytes are not zeros.  Can the output for
> llvm-readobj be changed to fix this?

Is this a big endian machine? I think the problem might be is the
MachOObject change is behavior base on the host endianes.

> Thanks,
>
> Brendan

Cheers,
Rafael



More information about the llvm-commits mailing list