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.
Details
Details
- Reviewers
ruiu MaskRay rnk - Commits
- rG65b1c497d2a6: [LLD] [COFF] Use the local dwarf code instead of Symbolizer for resolving code…
rLLD375391: [LLD] [COFF] Use the local dwarf code instead of Symbolizer for resolving code…
rL375391: [LLD] [COFF] Use the local dwarf code instead of Symbolizer for resolving code…
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo