[PATCH] D38760: [LLD] [COFF] Add support for automatically exporting all symbols

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 11 01:17:52 PDT 2017


mstorsjo updated this revision to Diff 118555.
mstorsjo added a comment.

Changed the exclude list as suggested by Zachary (write all entries in fully decorated form and just substr the others), moved it to a separate function and using std::sort and std::binary_search instead of making a set of it. Added a comment and changed a condition into an early return, as suggested by Rui.


https://reviews.llvm.org/D38760

Files:
  COFF/Driver.cpp
  COFF/Options.td
  test/COFF/export-all.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38760.118555.patch
Type: text/x-patch
Size: 4971 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171011/2f57e026/attachment.bin>


More information about the llvm-commits mailing list