[Lldb-commits] [lldb] [lldb][test] Fix unordered-map test (PR #156033)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 11 05:18:19 PDT 2025
Michael137 wrote:
> > What I'm a bit confused about is why the map even contains a `__cc_` member in the first place.
>
> Maybe because the binary is built in c++03 mode, so it uses the c++03 implementation of the map? The c++ library doesn't have to be old, the member is still present at [HEAD](https://github.com/llvm/llvm-project/blob/main/libcxx/include/__cxx03/map#L707)
Ah right yes. If it's built explicitly in c++03 in our test-suite that would also be confusing to me
https://github.com/llvm/llvm-project/pull/156033
More information about the lldb-commits
mailing list