[PATCH] D62976: [LLD] [COFF] Add an lld specific option /includeoptional

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 7 12:33:07 PDT 2019


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

Adjusted to make it work more like how this is implemented in the ELF linker; still failing (and properly so) if there's real undefined references to a symbol that was requested with the new option (-u in GNU ld).


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

https://reviews.llvm.org/D62976

Files:
  COFF/Driver.cpp
  COFF/Options.td
  test/COFF/includeoptional.yaml
  test/COFF/includeoptional2.yaml

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62976.203596.patch
Type: text/x-patch
Size: 4382 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190607/5b84a497/attachment.bin>


More information about the llvm-commits mailing list