[Lldb-commits] [lldb] [LLDB] Skip TestMultipleSlides.py on Windows (PR #165604)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 29 11:45:58 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.
----------------
Michael137 wrote:
Seems plausible. So clang-cl transforms -gdwarf into /Z7? Worth filing an iszue to clarify what's going on
https://github.com/llvm/llvm-project/pull/165604
More information about the lldb-commits
mailing list