[lldb-dev] hold off on check-ins, please

Zachary Turner zturner at google.com
Tue Jul 29 16:07:41 PDT 2014


Seems to fix the problem.  I tested on Ubuntu 14.04 and got 0 failures.
 You're on Precise and I think there are some differences there, and I
recall other people experiencing failing tests on Precise as well, so I'm
chalking it up to that.


On Tue, Jul 29, 2014 at 3:09 PM, Reid Kleckner <rnk at google.com> wrote:

> Joerg's change is be r214119.  I tried to land a quick fix in r214233.  I
> tested on Linux, but I still got 7 failures so it's unclear if this fixes
> all the problems.
>
>
> On Tue, Jul 29, 2014 at 3:01 PM, Reid Kleckner <rnk at google.com> wrote:
>
>> 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.
>>
>>
>> On Tue, Jul 29, 2014 at 2:58 PM, Ed Maste <emaste at freebsd.org> wrote:
>>
>>> On 29 July 2014 17:50, Enrico Granata <egranata at apple.com> wrote:
>>> > Hi,
>>> > just a quick heads up that your problems might be related to a change
>>> in clang/llvm that breaks our expression parser
>>> > To figure out if that is the case, fairly simply you can do
>>> >
>>> > (lldb) file /bin/ls
>>> > (lldb) b malloc
>>> > (lldb) run
>>> > (lldb) p 1
>>> >
>>> > and if you get errors instead of your output, then you know that
>>> that’s the issue
>>>
>>> That sounds like it:
>>>
>>> (lldb) p 1
>>> error: warning: duplicate 'signed' declaration specifier
>>> error: cannot combine with previous 'unsigned' declaration specifier
>>> error: 1 errors parsing expression
>>>
>>> The tests were passing for me on FreeBSD at LLVM r214115, Clang
>>> r214113, and are failing after updating just now.
>>>
>>> _______________________________________________
>>> lldb-dev mailing list
>>> lldb-dev at cs.uiuc.edu
>>> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
>>>
>>
>>
>
> _______________________________________________
> lldb-dev mailing list
> lldb-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20140729/307ad823/attachment.html>


More information about the lldb-dev mailing list