This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 44beced [LTO] Infer ELFKind/EMachine from Bitcode files new 918a54e Create Strings.cpp and move string manipulation functions to [...]
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: ELF/CMakeLists.txt | 1 + ELF/Driver.cpp | 3 ++- ELF/DriverUtils.cpp | 16 ------------- ELF/LinkerScript.cpp | 25 +------------------ ELF/LinkerScript.h | 2 -- ELF/ScriptParser.cpp | 15 ------------ ELF/ScriptParser.h | 2 -- ELF/Strings.cpp | 57 ++++++++++++++++++++++++++++++++++++++++++++ ELF/{EhFrame.h => Strings.h} | 11 +++++---- ELF/SymbolTable.cpp | 1 + 10 files changed, 68 insertions(+), 65 deletions(-) create mode 100644 ELF/Strings.cpp copy ELF/{EhFrame.h => Strings.h} (57%)