[Lldb-commits] [lldb] [LLDB] Add formatters for MSVC STL std::variant (PR #148554)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 16 09:59:57 PDT 2025
DavidSpickett wrote:
What does running API tests with PDB look like? I assume Linaro is not doing that because we don't pass any extra flags, and often have to disable tests because link.exe is mangling the DWARF sections.
Or put another way, @Nerixyz how do you make sure PDB is being used when you run these tests?
If PDB could be added as one of the debug info test types, like we have for Dwarf and dysym and DWO, that could be added to existing builders. I don't recall the name of that thing, it runs the test many times with each different debug info format.
https://github.com/llvm/llvm-project/pull/148554
More information about the lldb-commits
mailing list