Files
llvm/lldb/test/Shell/Settings
David Spickett 4c91627304 [lldb][test] Use lld on Windows in frame format test (#156320)
link.exe discards DWARF information. Other linkers on non-Windows do
not.

Uses the same solution as TestFrameFunctionInlined.test.

This test was failing with the native PDB plugin but shouldn't have been
using PDB anyway (see #114906). Passes with DWARF and lld.
2025-09-01 14:31:09 +01:00
..