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

Rafael EspĂ­ndola rafael.espindola at gmail.com
Thu Apr 4 20:20:54 PDT 2013


> I think the output is okay, but it might be unnecessary or impossible to
> test the raw buffer value in this case. For now the test should just check
> the name and skip the bytes. Support for MachO in llvm-readobj is
> experimental and incomplete, anyway.
>
> Are these random bytes just stale memory? What about this failure?
>
>
> http://lab.llvm.org:8011/builders/clang-ppc64-elf-linux2/builds/3939/steps/check-all_1/logs/LLVM%20%3A%3A%20tools__llvm-readobj__sections.test
>

Big endian again. I have a qemu ppc host. I will check if it is the
same bug as last time.


> -Nico


Thanks,
Rafael



More information about the llvm-commits mailing list