This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fcebfdfa41f Fix test typo. NFC new ec718cbf104 COFF: migrate def parser from LLD to LLVM [1/2]
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: include/llvm/Object/COFFImportFile.h | 34 +- include/llvm/Object/COFFModuleDefinition.h | 49 +++ lib/Object/CMakeLists.txt | 2 + lib/Object/COFFImportFile.cpp | 527 +++++++++++++++++++++++++++++ lib/Object/COFFModuleDefinition.cpp | 319 +++++++++++++++++ 5 files changed, 930 insertions(+), 1 deletion(-) create mode 100644 include/llvm/Object/COFFModuleDefinition.h create mode 100644 lib/Object/COFFImportFile.cpp create mode 100644 lib/Object/COFFModuleDefinition.cpp