[llvm] r223343 - Add mach-o LC_RPATH support to llvm-objdump
Jean-Daniel Dupas
devlists at shadowlab.org
Thu Dec 4 01:59:04 PST 2014
That test was already here. I did just update it to test mach-o rpath section.
While it involves Mach-O object parsing, it shouldn’t be arch specific, and already contains test on elf x86 objects.
Are you sure the failure you see was not due to the test input file not being committed in the first place. Now that it is here, bots like 'llvm-hexagon-elf’ are green.
> Le 4 déc. 2014 à 10:44, Renato Golin <renato.golin at linaro.org> a écrit :
>
> On 4 December 2014 at 07:37, Jean-Daniel Dupas <devlists at shadowlab.org> wrote:
>> llvm/trunk/test/Object/objdump-private-headers.test
>
> Hi Jean-Daniel,
>
> Please, move this test into a x86 specific directory. It's breaking
> non-x86 bots.
>
> http://llvm.org/docs/TestingGuide.html#platform-specific-tests
>
> cheers,
> --renato
More information about the llvm-commits
mailing list