Skip to content
Commit 04c203e3 authored by David Blaikie's avatar David Blaikie
Browse files

llvm-symbolizer: Fix "start file" to work with Split DWARF

A followup to the feature added in
69da27c7 that added the optional "start
file name" to match "start line" - but this didn't work with Split DWARF
because of the need for the decl file number resolution code to refer
back to the skeleton unit to find its .debug_line contribution. So this
patch adds the necessary infrastructure to track the skeleton unit
corresponding to a split full unit for the purpose of this lookup.
parent 882ee7fb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment