[Lldb-commits] [lldb] [llldb][test] Mark a DWO test unsupported on Darwin and Windows (PR #156306)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 1 03:52:49 PDT 2025
https://github.com/Nerixyz approved this pull request.
Agree, that it's better for this to be skipped on Windows.
I think this passed on Windows because Clang always generates a PDB, even if DWARF is used, but I could be wrong. To be able to use DWARF on Windows, this test also missed `-fuse-ld=lld` - the section names of the produced executable are currently truncated.
Also checked on #154121, and it passes there (the other test, `Settings/TestFrameFormatFunctionReturnObjC.test` also passes there).
https://github.com/llvm/llvm-project/pull/156306
More information about the lldb-commits
mailing list