[Lldb-commits] [lldb] [WIP][lldb][test] Add a layout simulator test for std::unique_ptr (PR #98330)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 10 07:48:13 PDT 2024


Michael137 wrote:

It's a non-trivial maintenance cost but I think the upside is quite large:
* we'll have more confidence that old layouts don't break over time
* faster signal when we break compatibility
* trimmed down reference implementation of the various STL layouts without having to trawl through git history 

https://github.com/llvm/llvm-project/pull/98330


More information about the lldb-commits mailing list