[PATCH] D70557: [lld][COFF] Add support for /map

Sylvain Audi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 4 13:30:18 PST 2020


saudi updated this revision to Diff 248294.
saudi added a comment.

For this update, I followed Reid's suggestions:

- replaced std::resize() -> std::erase()
- Modified the test to include symbol of type DefinedAbsolute

I also added a missing null-check


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

https://reviews.llvm.org/D70557

Files:
  lld/COFF/CMakeLists.txt
  lld/COFF/Config.h
  lld/COFF/Driver.cpp
  lld/COFF/LLDMapFile.cpp
  lld/COFF/LLDMapFile.h
  lld/COFF/MapFile.cpp
  lld/COFF/Options.td
  lld/COFF/Writer.cpp
  lld/test/COFF/Inputs/map.yaml
  lld/test/COFF/lldmap.test
  lld/test/COFF/map.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70557.248294.patch
Type: text/x-patch
Size: 26114 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200304/2c3f2b06/attachment.bin>


More information about the llvm-commits mailing list