<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, May 1, 2014 at 4:56 PM, David Blaikie <span dir="ltr"><<a href="mailto:dblaikie@gmail.com" target="_blank">dblaikie@gmail.com</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 class="">On Thu, May 1, 2014 at 4:49 PM, Lubos Lunak <<a href="mailto:l.lunak@centrum.cz">l.lunak@centrum.cz</a>> wrote:<br>

> On Friday 02 of May 2014, David Blaikie wrote:<br>
>> On Thu, May 1, 2014 at 3:40 PM, Lubos Lunak <<a href="mailto:l.lunak@centrum.cz">l.lunak@centrum.cz</a>> wrote:<br>
>> > Author: llunak<br>
>> > Date: Thu May  1 17:40:00 2014<br>
>> > New Revision: 207808<br>
>> ><br>
>> > URL: <a href="http://llvm.org/viewvc/llvm-project?rev=207808&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=207808&view=rev</a><br>
>> > Log:<br>
>> > do not hide clang stderr output during a test<br>
>> ><br>
>> > I don't know why this fails on the buildbot.<br>
>><br>
>> What's the buildbot failure look like?<br>
><br>
>  Until I did this commit, "Exit Code: 1".<br>
><br>
>> This is probably not a change to the test that we should keep in<br>
>> perpetuity - it'd be nice to understand/fix the issue, or XFAIL or<br>
>> certain platforms, etc, if that's the right answer.<br>
><br>
> "clang: error: unable to execute command: Executable "hexagon-as" doesn't<br>
> exist!"<br>
> (<a href="http://lab.llvm.org:8011/builders/clang-hexagon-elf/builds/11260/steps/check-all/logs/Clang::rewrite-includes-messages.c" target="_blank">http://lab.llvm.org:8011/builders/clang-hexagon-elf/builds/11260/steps/check-all/logs/Clang::rewrite-includes-messages.c</a>)<br>

><br>
>  I suppose I should have used -fsyntax-only for the compile. But r207810 has<br>
> already fixed the problem somehow.<br>
<br>
</div>If you could add -fsyntax-only to this, that'd be nice - no need to<br>
run extra backend work when it's not needed.<br>
<br>
Also, since this isn't a driver test, it should be using %clang_cc1 not %clang.</blockquote><div><br></div><div>Both are already done in <span style="font-family:arial,sans-serif;font-size:13px">r207810. :)</span> </div>
</div></div></div>