This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from f8ed4483c Remove CopyRelSecOff from SharedSymbol. new 3699d9a4b [MinGW] Support dllexport on i386 new dcde740cd [MinGW] Only apply -Bstatic to following 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/Config.h | 1 + COFF/Driver.cpp | 10 ++++++++++ COFF/Options.td | 1 + MinGW/Driver.cpp | 14 ++++++++++---- test/COFF/dllexport-mingw.s | 19 +++++++++++++++++++ test/MinGW/driver.test | 3 +++ test/MinGW/lib.test | 10 ++++++++-- 7 files changed, 52 insertions(+), 6 deletions(-) create mode 100644 test/COFF/dllexport-mingw.s