[Lldb-commits] [lldb] r206762 - TestPtrRef2Typedef.py change - take 2.

Todd Fiala tfiala at google.com
Mon Apr 21 11:21:25 PDT 2014


Ok - looks like we're all set then!


On Mon, Apr 21, 2014 at 10:51 AM, Ed Maste <emaste at freebsd.org> wrote:

> On 21 April 2014 13:09, Todd Fiala <tfiala at google.com> wrote:
> > Author: tfiala
> > Date: Mon Apr 21 12:09:35 2014
> > New Revision: 206762
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=206762&view=rev
> > Log:
> > TestPtrRef2Typedef.py change - take 2.
> >
> > Our build is still getting this test to fail with the presence of const
> in
> > '(Foo &const) y = 0x' and '(Foo &&const) z = 0x'.  This change simply
> changes
> > the match substrings to ignore the portion after the final '&' and
> before the
> > closing ')'.  This should cover the presence (or absence) of the const
> qualifier.
>
> Thanks Todd.  This passes on FreeBSD, and I believe still covers the
> expected functionality.
>
> Looking at the history of the file it seems the test was probably just
> added while the Linux buildbot was broken, and GCC 4.8.2 always
> produces debug info that results in the "const."  I was mistaken
> earlier - I see the "const" on FreeBSD with both GCC 4.8.3 and 4.9.0.
>



-- 
Todd Fiala | Software Engineer | tfiala at google.com | 650-943-3180
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140421/30ad1267/attachment.html>


More information about the lldb-commits mailing list