[PATCH] D50598: LLD COFF: Add support for /force:multiple option

Thomas Roughton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 10 23:05:23 PDT 2018


troughton created this revision.
troughton added a project: lld.
Herald added subscribers: llvm-commits, MaskRay.

This patch adds support for linking with multiple definitions to LLD's COFF driver, in line with link.exe's /force:multiple option.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D50598

Files:
  COFF/Config.h
  COFF/Driver.cpp
  COFF/Options.td
  COFF/SymbolTable.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50598.160230.patch
Type: text/x-patch
Size: 3716 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180811/5463ce6c/attachment.bin>


More information about the llvm-commits mailing list