[Lldb-commits] [PATCH] D129898: [test] Allow libc++ namespaces besides `__1`

Jordan Rupprecht via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 15 13:16:42 PDT 2022


rupprecht added a comment.

In D129898#3656268 <https://reviews.llvm.org/D129898#3656268>, @JDevlieghere wrote:

> Seems like there's another instance of this in `TestForwardDeclFromStdModule.py`.

Added that one too.

There is also this one: https://github.com/llvm/llvm-project/blob/09531ede6d5622da68941902072dbca517d31318/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp#L222
But updating it didn't have the effect I was expecting, so there might be something more involved. I'll save that for a later patch.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129898/new/

https://reviews.llvm.org/D129898



More information about the lldb-commits mailing list