This patch refactors out the MemInfoBlock definition into a macro based
header which can be included to generate enums, structus and code for
each field recorded by the memprof profiling runtime.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
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
Comment Actions
Should be fixed with https://reviews.llvm.org/rGde54e4ab78ef09b60f870e8df6f8a87e56d6bd94. I will monitor for further issues. Thanks!
Comment Actions
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.