[PATCH] D67053: [LLD] [COFF] Resolve source locations for undefined references using dwarf

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 9 00:19:35 PDT 2019


mstorsjo updated this revision to Diff 219289.
mstorsjo marked 3 inline comments as done.
mstorsjo edited the summary of this revision.
mstorsjo added a comment.

Reduced the test case further, converted it to use spaces instead of tabs. (A few manual edits had given some parts get mixed indentation in the middle of lines before.) Keeping the symbolizer around in the global config object (without std::unique_ptr, as it's allocated by the arena allocator with make<LLVMSymbolizer>()).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67053/new/

https://reviews.llvm.org/D67053

Files:
  COFF/CMakeLists.txt
  COFF/Config.h
  COFF/SymbolTable.cpp
  test/COFF/undefined-symbol-dwarf.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67053.219289.patch
Type: text/x-patch
Size: 6776 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190909/ae86d33d/attachment.bin>


More information about the llvm-commits mailing list