[PATCH] D129206: [ADT] Use Empty Base Optimization for Allocators

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 13 05:08:30 PDT 2022


mstorsjo added a comment.

In D129206#3647672 <https://reviews.llvm.org/D129206#3647672>, @njames93 wrote:

> In D129206#3647671 <https://reviews.llvm.org/D129206#3647671>, @mstorsjo wrote:
>
>> In D129206#3647540 <https://reviews.llvm.org/D129206#3647540>, @mstorsjo wrote:
>>
>>> This broke building lldb with GCC 9:
>>
>> I pushed a fix for this in 306fc2cd87f2a52c21eb3606eff33d78e25d9368 <https://reviews.llvm.org/rG306fc2cd87f2a52c21eb3606eff33d78e25d9368>.
>
> Thanks for the speedy fix, I didn't even have a failing buildbot message for this bug 🙃

FWIW, I don’t think we’re actually have any buildbots that built lldb with gcc (but I guess it would good to have one).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129206/new/

https://reviews.llvm.org/D129206



More information about the llvm-commits mailing list