<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jun 21, 2013 at 4:12 PM, Renato Golin <span dir="ltr"><<a href="mailto:renato.golin@linaro.org" target="_blank">renato.golin@linaro.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div class="im">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:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style: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><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></blockquote><div><br></div><div>It looks like a similar issue occurred with <<a href="http://lab.llvm.org:8011/builders/clang-native-arm-cortex-a9/builds/8973/steps/check-all/logs/Clang%3A%3Anvptx-inlineasm-ptx.c">http://lab.llvm.org:8011/builders/clang-native-arm-cortex-a9/builds/8973/steps/check-all/logs/Clang%3A%3Anvptx-inlineasm-ptx.c</a>>. Maybe you could document that tests depending on specific targets being built need to be placed in corresponding directories? Maybe in <<a href="http://llvm.org/docs/TestingGuide.html#writing-new-regression-tests">http://llvm.org/docs/TestingGuide.html#writing-new-regression-tests</a>>?</div>
<div style><br></div><div style>-- Sean Silva</div></div><br></div></div>