[llvm] r184602 - Put r184469 disassembler test back on X86

Renato Golin renato.golin at linaro.org
Fri Jun 21 16:12:36 PDT 2013


On 21 June 2013 23:59, Sean Silva <silvas at purdue.edu> wrote:

> Thanks for doing this, but I'm probably going to revert this change for
> the time being and just remove the disassembly part altogether. This test
> really shouldn't be X86 specific (the disassembly things was mostly just
> because "it was kinda neat and available right there in llvm-objdump"; but
> it turns out that it's not always available, so no big deal). The most
> important thing in this test is that `main` has Value 1 and Size 2, and I
> would prefer not to lose coverage of that on non-x86 platforms.
>

No worries, feel free to change it as you see fit. Just remember that on
ARM we don't build any other backend, so non-ARM triples are actually
invalid and need to go into "X86", "MIPS" etc directories. ;)

I thought about building all back-ends, to stress LLVM a bit more, but it'd
take so long, that we'd lose all the value of having bots in the first
place.

thanks,
--renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130622/60d3a022/attachment.html>


More information about the llvm-commits mailing list