[PATCH] D48757: Implements /force:multiple in lld-link

Ryan Goulden via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 29 01:15:03 PDT 2018


ryan created this revision.
ryan added reviewers: ruiu, compnerd.
ryan added a project: lld.
Herald added subscribers: llvm-commits, MaskRay.

link.exe's /force:multiple is described here:
https://docs.microsoft.com/en-us/cpp/build/reference/force-force-file-output

lld-link with this /force:multiple implementation does not seem to do exactly
what link.exe is doing. But, the Microsoft documentation is fairly clear that
the behavior this option causes in the generated executables is undefined.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D48757

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48757.153448.patch
Type: text/x-patch
Size: 4758 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180629/701126b6/attachment.bin>


More information about the llvm-commits mailing list