<div dir="ltr">On Tue, Jun 18, 2013 at 12:30 PM, Stephen Lin <span dir="ltr"><<a href="mailto:stephenwlin@gmail.com" target="_blank">stephenwlin@gmail.com</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">Hmm, this apparently breaks tests when run on ARM, because the tests<br>
are using the host triple...why are there tests that don't set an<br>
explicit triple?<br>
<br>
Does anyone know the standard procedure for resolving something like<br>
this? I can make the tests triple-specific but I'm not sure why they<br>
weren't in the first place. The optimization affects only ARM and MSVC<br>
C++ ABI's so I cannot change the results for all targets.<br><br></blockquote><div><br></div><div>Sometimes we let tests run without a specified ABI if they are mostly non-target-specific; this lets the buildbots exercise a few more code paths.  Feel free to add triples where necessary, though.</div>
<div><br></div><div>-Eli</div></div></div></div>