This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from cdb086a44 Add test case for LLD/COFF for stdcall exports in .def files new 719278eca Re-land "COFF: migrate def parser from LLD to LLVM"
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/CMakeLists.txt | 2 - COFF/Driver.cpp | 88 ++++++++- COFF/Driver.h | 3 - COFF/Librarian.cpp | 511 ---------------------------------------------------- COFF/ModuleDef.cpp | 304 ------------------------------- 5 files changed, 84 insertions(+), 824 deletions(-) delete mode 100644 COFF/Librarian.cpp delete mode 100644 COFF/ModuleDef.cpp