[PATCH] D69198: [LLD] [COFF] Use the local dwarf code instead of Symbolizer for resolving code locations. NFC.
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 18 14:50:42 PDT 2019
mstorsjo created this revision.
mstorsjo added reviewers: ruiu, MaskRay, rnk.
Herald added subscribers: aprantl, mgorny.
Herald added a project: LLVM.
mstorsjo added a parent revision: D69197: [LLD] Move duplicated dwarf parsing code to the Common library. NFC..
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.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D69198
Files:
lld/COFF/CMakeLists.txt
lld/COFF/Config.h
lld/COFF/InputFiles.cpp
lld/COFF/InputFiles.h
lld/COFF/SymbolTable.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69198.225697.patch
Type: text/x-patch
Size: 3140 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191018/6e29965f/attachment.bin>
More information about the llvm-commits
mailing list