[PATCH] D117722: [memprof] Refactor out the MemInfoBlock into a macro based def.

Snehasish Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 14 11:46:23 PST 2022


snehasish added a comment.

In D117722#3320013 <https://reviews.llvm.org/D117722#3320013>, @snehasish wrote:

> In D117722#3319984 <https://reviews.llvm.org/D117722#3319984>, @shafik wrote:
>
>> Looks like this commit may have broken the LLDB green dragon bots: https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/41385/consoleFull#207549410449ba4694-19c4-4d7e-bec5-911270d8a58c
>
> Should be fixed with https://reviews.llvm.org/rGde54e4ab78ef09b60f870e8df6f8a87e56d6bd94. I will monitor for further issues. Thanks!

This seems to be a issue with c++20 modules build and not specific to LLDB. I've reverted this and the dependent commits since the fix will require more refactoring.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117722



More information about the llvm-commits mailing list