<div dir="ltr">Joerg's change is be r214119.  I tried to land a quick fix in <span style="color:rgb(0,0,0)">r214233.  I tested on Linux, but I still got 7 failures so it's unclear if this fixes all the problems.</span></div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jul 29, 2014 at 3:01 PM, Reid Kleckner <span dir="ltr"><<a href="mailto:rnk@google.com" target="_blank">rnk@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">This is the __INT8_TYPE__ change that Joerg landed.  I didn't ask him to update LLDB because I thought the duplicate signed specifier would be accepted.  The fix is to remove the 'signed' specifier.</div>
<div class="HOEnZb"><div class="h5">
<div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jul 29, 2014 at 2:58 PM, Ed Maste <span dir="ltr"><<a href="mailto:emaste@freebsd.org" target="_blank">emaste@freebsd.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div>On 29 July 2014 17:50, Enrico Granata <<a href="mailto:egranata@apple.com" target="_blank">egranata@apple.com</a>> wrote:<br>
> Hi,<br>
> just a quick heads up that your problems might be related to a change in clang/llvm that breaks our expression parser<br>
> To figure out if that is the case, fairly simply you can do<br>
><br>
> (lldb) file /bin/ls<br>
> (lldb) b malloc<br>
> (lldb) run<br>
> (lldb) p 1<br>
><br>
> and if you get errors instead of your output, then you know that that’s the issue<br>
<br>
</div>That sounds like it:<br>
<br>
(lldb) p 1<br>
error: warning: duplicate 'signed' declaration specifier<br>
error: cannot combine with previous 'unsigned' declaration specifier<br>
error: 1 errors parsing expression<br>
<br>
The tests were passing for me on FreeBSD at LLVM r214115, Clang<br>
r214113, and are failing after updating just now.<br>
<div><div><br>
_______________________________________________<br>
lldb-dev mailing list<br>
<a href="mailto:lldb-dev@cs.uiuc.edu" target="_blank">lldb-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev</a><br>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>