<div dir="ltr">I committed a fix for this problem in r237723.<div><br></div><div>Thanks again,<br></div><div>Alex</div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-05-19 13:18 GMT-07:00 Renato Golin <span dir="ltr"><<a href="mailto:renato.golin@linaro.org" target="_blank">renato.golin@linaro.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 19 May 2015 at 19:45, Alex Lorenz <<a href="mailto:arphaman@gmail.com">arphaman@gmail.com</a>> wrote:<br>
> Author: arphaman<br>
> Date: Tue May 19 13:45:41 2015<br>
> New Revision: 237712<br>
><br>
> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=237712&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=237712&view=rev</a><br>
> Log:<br>
> Fix llc path in MIR testcases committed in r237708.<br>
<br>
</span>Hi Alex,<br>
<br>
There's still one to go:<br>
<br>
<a href="http://lab.llvm.org:8011/builders/clang-cmake-thumbv7-a15/builds/2440" target="_blank">http://lab.llvm.org:8011/builders/clang-cmake-thumbv7-a15/builds/2440</a><br>
<br>
error: unable to get target for 'x86_64-apple-darwin14.3.0'<br>
<br>
You shouldn't have platform-specific tests in a common directory. Or,<br>
if the test is not specific, you should remove the target triple from<br>
the IR.<br>
<br>
<a href="http://llvm.org/docs/TestingGuide.html#platform-specific-tests" target="_blank">http://llvm.org/docs/TestingGuide.html#platform-specific-tests</a><br>
<br>
If you can't, even if the test is not platform-specific, move it to a<br>
platform-specific directory.<br>
<br>
cheers,<br>
--renato<br>
</blockquote></div><br></div>