[Lldb-commits] [PATCH] D92759: [lldb] Introduce separate scratch ASTs for debug info types and types imported from C++ modules.

Raphael “Teemperor” Isemann via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 25 01:17:48 PST 2021


Yeah, that's an unfortunate bug in GCC 5.x. I actually just fixed that before the weekend in https://reviews.llvm.org/rG37510f69b4cb8d76064f108d57bebe95984a23ae <https://reviews.llvm.org/rG37510f69b4cb8d76064f108d57bebe95984a23ae> 

+CC Tom (who is the release manager AFAIK), as that commit probably deserves to be cherry-picked to the 11 release branch (which contains D92759 so it won't build with GCC 5.x )

Thanks!
- Raphael

> On 25 Jan 2021, at 10:04, Sylvestre Ledru via Phabricator <reviews at reviews.llvm.org> wrote:
> 
> sylvestre.ledru added a comment.
> 
> This change doesn't build with gcc 5.3.1.
> More details: https://bugs.llvm.org/show_bug.cgi?id=48869
> 
> It would be great if you have could have a look! thanks
> 
> 
> Repository:
>  rG LLVM Github Monorepo
> 
> CHANGES SINCE LAST ACTION
>  https://reviews.llvm.org/D92759/new/
> 
> https://reviews.llvm.org/D92759
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210125/02aa39cc/attachment.html>


More information about the lldb-commits mailing list