[Lldb-commits] [lldb] [lldb] Fix some tests that fail with system libstdc++ (PR #106885)
Tom Stellard via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 4 16:53:03 PDT 2024
tstellar wrote:
> > the tests were only run when libcxx was enabled.
>
> Interesting bit here, I'm not sure where this is orchestrated.
It's controlled by this line: https://github.com/llvm/llvm-project/blob/main/lldb/test/API/commands/expression/import-std-module/list-dbg-info-content/TestDbgInfoContentListFromStdModule.py#L12
https://github.com/llvm/llvm-project/pull/106885
More information about the lldb-commits
mailing list