This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 5e03467 Fix memory leak found by asan. new d625a0d Simplify. NFC. new 7ca104b Simplify. NFC. new 5ddfbda Do not use public inheritance where it is not needed. new 82bc1f6 Remove unused typedef. new 6a24f4b Move the parser for the linker script to a separate file.
The 5 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 | 1 + ELF/LinkerScript.cpp | 1185 +--------------------------- ELF/LinkerScript.h | 9 - ELF/{LinkerScript.cpp => ScriptParser.cpp} | 1067 ++----------------------- ELF/ScriptParser.h | 31 + 6 files changed, 111 insertions(+), 2183 deletions(-) copy ELF/{LinkerScript.cpp => ScriptParser.cpp} (51%) create mode 100644 ELF/ScriptParser.h