Displaying 1 result from an estimated 1 matches for "ecbfa3e3".
2017 Nov 15
2
Collecting address ranges in DWARFUnit::collectAddressRanges.
?Hi !
I have a question about code used for collecting ranges. I was trying to fix PR35199.
Its issue that it calls unreachable when calls DWARFObject::getFileName().
We do not implement this method in LLD and it fails.
Issue appears when we start to provide .debug_str
section to DWARF parser. And it is relative to following code (lines 335-339):