[Lldb-commits] [lldb] [lldb][split-dwarf] implement GetSeparateDebugInfo for SymbolFileOnDemand (PR #71230)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Fri Nov 3 19:06:36 PDT 2023
================
@@ -130,3 +130,29 @@ def test_dwos_not_loaded_table_output(self):
"0x[a-zA-Z0-9]{16}\s+E\s+.*foo\.dwo",
],
)
+
+ @skipIfRemote
+ @skipIfDarwin
+ @skipIfWindows
----------------
bulbazord wrote:
In that case, we should figure out if we can build the binaries for Linux when on a Darwin or Windows so that we can test this functionality on more than just Linux. I'm nervous about continuing to add functionality that can work on every host but only testing it on some hosts (in this case, dwo support). I work primarily on Darwin hosts and want to make sure I don't break this functionality on accident, ideally before committing a breaking change.
https://github.com/llvm/llvm-project/pull/71230
More information about the lldb-commits
mailing list