This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 318a0fd27 [ELF] - Following commit for r304531 to fix BB. new 949d61c15 Revert "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 | 87 +-------- COFF/Driver.h | 3 + COFF/Librarian.cpp | 511 ++++++++++++++++++++++++++++++++++++++++++++++++++++ COFF/ModuleDef.cpp | 304 +++++++++++++++++++++++++++++++ 5 files changed, 824 insertions(+), 83 deletions(-) create mode 100644 COFF/Librarian.cpp create mode 100644 COFF/ModuleDef.cpp