[Lldb-commits] [lldb] Make only one function that needs to be implemented when searching for types (PR #74786)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Wed Dec 13 06:06:11 PST 2023
DavidSpickett wrote:
I merged your fix and a few follow ups to get it all to compile. Now we have 2 failures on Windows:
https://lab.llvm.org/buildbot/#/builders/219/builds/7554/steps/6/logs/stdio
```
Failed Tests (2):
lldb-api :: lang/cpp/unique-types4/TestUniqueTypes4.py
lldb-unit :: SymbolFile/PDB/./SymbolFilePDBTests.exe/SymbolFilePDBTests/TestMaxMatches
```
Which I can look into but not today.
Is it expected that results would change here? Seems like a refactor but I don't have much context.
https://github.com/llvm/llvm-project/pull/74786
More information about the lldb-commits
mailing list