This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 10b5be438 [WebAssembly] Add --export-default/--no-export-default options new 455ddd79d [COFF] Allow automatic dllimport from gnu import libraries new e8e5fe88d [COFF] Don't do autoexport of symbols from GNU import libraries
The 2 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/Chunks.cpp | 4 +-- COFF/MinGW.cpp | 29 ++++++++++++++++++---- COFF/MinGW.h | 2 ++ COFF/SymbolTable.cpp | 26 +++++++++++++------ COFF/Symbols.h | 6 ++--- .../{gnu-implib-func.s => gnu-implib-data.s} | 10 +++----- test/COFF/autoimport-gnu-implib.s | 26 +++++++++++++++++++ test/COFF/imports-gnu-autoexport.s | 25 +++++++++++++++++++ 8 files changed, 104 insertions(+), 24 deletions(-) copy test/COFF/Inputs/{gnu-implib-func.s => gnu-implib-data.s} (78%) create mode 100644 test/COFF/autoimport-gnu-implib.s create mode 100644 test/COFF/imports-gnu-autoexport.s