<div dir="ltr">On 21 June 2013 23:59, Sean Silva <span dir="ltr"><<a href="mailto:silvas@purdue.edu" target="_blank">silvas@purdue.edu</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div>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.</div>
</div></blockquote><div></div></div><br></div><div class="gmail_extra">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. ;)</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">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.</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">thanks,</div><div class="gmail_extra">--renato</div></div>