================
@@ -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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits