[libcxx-commits] [libcxx] [libc++] Specialize unique_ptr for the default deleter (PR #96504)
Michael Buch via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jun 24 12:27:47 PDT 2024
Michael137 wrote:
Just to update re. LLDB support, there's two issues outstanding:
1. The assertions during AST lowering that @philnik777 mentioned (this is mainly a problem for the LLDB buildbot maintainers)
2. The data-formatters don't support the new layout yet (this is a more serious issue, but not hard to address)
I've put up a draft review for the formatters in https://github.com/llvm/llvm-project/pull/96538. The assertion failures should be addressed by https://github.com/llvm/llvm-project/pull/96422. I'm actively working on getting these ready to land by the time https://github.com/llvm/llvm-project/pull/76756 is ready.
https://github.com/llvm/llvm-project/pull/96504
More information about the libcxx-commits
mailing list