This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 1d58e6ba7 Update release notes. new fe9f98f14 [COFF] Support linking to import libraries from GNU binutils
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: COFF/DLL.cpp | 24 ------ COFF/DLL.h | 9 +- COFF/Writer.cpp | 170 ++++++++++++++++++++++++++++++++----- test/COFF/Inputs/gnu-implib-func.s | 27 ++++++ test/COFF/Inputs/gnu-implib-head.s | 13 +++ test/COFF/Inputs/gnu-implib-tail.s | 11 +++ test/COFF/imports-gnu-only.s | 28 ++++++ test/COFF/imports-gnu.test | 29 +++++++ test/COFF/no-idata.s | 20 +++++ 9 files changed, 279 insertions(+), 52 deletions(-) create mode 100644 test/COFF/Inputs/gnu-implib-func.s create mode 100644 test/COFF/Inputs/gnu-implib-head.s create mode 100644 test/COFF/Inputs/gnu-implib-tail.s create mode 100644 test/COFF/imports-gnu-only.s create mode 100644 test/COFF/imports-gnu.test create mode 100644 test/COFF/no-idata.s