[Lldb-commits] [lldb] [LLDB] Move Itanium language runtime to C++ language runtime (PR #169225)

Nico Weber via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 9 07:57:05 PDT 2026


nico wrote:

Don't know if you care, but this causes a dependency cycle:

```
  //lldb/source/Plugins/TypeSystem/Clang:Clang ->
  //lldb/source/Plugins/ExpressionParser/Clang:Clang ->
  //lldb/source/Plugins/LanguageRuntime/CPlusPlus:CPlusPlus ->
  //lldb/source/Plugins/TypeSystem/Clang:Clang
```

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


More information about the lldb-commits mailing list