This is an archive of the discontinued LLVM Phabricator instance.

[LLD] [COFF] Use the local dwarf code instead of Symbolizer for resolving code locations. NFC.
ClosedPublic

Authored by mstorsjo on Oct 18 2019, 2:41 PM.

Details

Summary

As we now have code that parses the dwarf info for variable locations, we can use that instead of relying on the higher level Symbolizer library, reducing the previous two different dwarf codepaths into one.

Diff Detail