[Lldb-commits] [lldb] [lldb][DWARF] Search for symbols in all external modules (PR #75927)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 19 05:09:03 PST 2023


Michael137 wrote:

> Would the whole test suite have to be built with modules enabled?

Hmmm we used to have a debug-info category for `gmodules` which ran each test with `-gmodules`. But in the vast majority of cases that wasn't actually adding any useful coverage. There's a handful of `gmodules` tests in `lldb/test/API/lang/cpp/gmodules`, but looks like they don't cover this codepath.

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


More information about the lldb-commits mailing list