[Lldb-commits] [lldb] [lldb][test] Fix unordered-map test (PR #156033)
Ebuka Ezike via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 29 08:51:09 PDT 2025
da-viper wrote:
> Can you point me to the buildbot that this is failing on? We should probably fix the formatter to support the layout, as opposed to fixing up the test
The formatter works fine if it is used from `frame variable (*ptr1)` or `p (*ptr1)` but fails when accessing from the python SB-API.
Not sure if python is mean to use the synthetic value or change the test
https://github.com/llvm/llvm-project/pull/156033
More information about the lldb-commits
mailing list