[Lldb-commits] [lldb] [LLDB] Skip TestMultipleSlides.py on Windows (PR #165604)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 29 11:42:39 PDT 2025
================
@@ -12,6 +12,10 @@
class MultipleSlidesTestCase(TestBase):
NO_DEBUG_INFO_TESTCASE = True
+ # The intermediate object main.o is compiled without debug info, but
+ # a.out is linked with `-gdwarf` on Windows. This creates a PDB.
----------------
Nerixyz wrote:
I think it's because of this:
https://github.com/llvm/llvm-project/blob/7b98280b6b7cb89b141a5874ff9ee3ce72dab92a/clang/lib/Driver/ToolChains/MSVC.cpp#L167-L168
https://github.com/llvm/llvm-project/pull/165604
More information about the lldb-commits
mailing list