This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 6ff0b49 Be less aggressive at relaxing got access in this case. new a3f7416 Fix build breakage on buildbots that was due to 285309. new ca649ec Don't create a dummy ELF to process a binary file.
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: ELF/CMakeLists.txt | 1 - ELF/ELFCreator.cpp | 178 --------------------- ELF/ELFCreator.h | 28 ---- ELF/InputFiles.cpp | 39 +++-- ELF/InputFiles.h | 6 +- ELF/InputSection.cpp | 7 +- ELF/InputSection.h | 2 +- ELF/LinkerScript.cpp | 3 +- ELF/SymbolTable.cpp | 13 +- ELF/SymbolTable.h | 9 +- ELF/Writer.cpp | 34 ++-- .../MachO/MachONormalizedFileToAtoms.cpp | 7 +- 12 files changed, 77 insertions(+), 250 deletions(-) delete mode 100644 ELF/ELFCreator.cpp delete mode 100644 ELF/ELFCreator.h