This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from a20f42e90 Handle lazy symbols is Symbol::includeInDynsym. new bbe3912a6 [COFF] Add support for the -wholearchive option new 1ab42b831 [MinGW] Add support for the options --[no-]whole-archive new a1d06e7cb [MinGW] Support creating DLLs with a def file
The 3 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/Driver.cpp | 53 +++++++++++++++++++++++++++++++++++------------- COFF/Driver.h | 4 ++-- COFF/Options.td | 2 ++ MinGW/Driver.cpp | 26 +++++++++++++++++++----- MinGW/Options.td | 4 ++++ test/COFF/wholearchive.s | 19 +++++++++++++++++ test/MinGW/driver.test | 6 ++++++ 7 files changed, 93 insertions(+), 21 deletions(-) create mode 100644 test/COFF/wholearchive.s