================
@@ -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:
Why does -gdwarf make LLD create a PDB? Seems counterintuitive. Is that just
some odd side effect?
https://github.com/llvm/llvm-project/pull/165604
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits