[PATCH] D61465: lld-link: Add /force:multipleres extension to make dupe resource diag non-fatal
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 2 14:04:55 PDT 2019
thakis created this revision.
thakis added a reviewer: rnk.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.
As a side benefit, lld-link now reports more than one duplicate resource
entry before exiting with an error even if the new flag is not passed.
https://reviews.llvm.org/D61465
Files:
lld/COFF/Config.h
lld/COFF/Driver.cpp
lld/COFF/DriverUtils.cpp
lld/COFF/Options.td
lld/docs/ReleaseNotes.rst
lld/test/COFF/Inputs/id.res
lld/test/COFF/force-multipleres.test
llvm/include/llvm/Object/WindowsResource.h
llvm/lib/Object/WindowsResource.cpp
llvm/tools/llvm-cvtres/llvm-cvtres.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61465.197863.patch
Type: text/x-patch
Size: 6784 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190502/7363bb9f/attachment.bin>
More information about the llvm-commits
mailing list