This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from f2534ab Change the implementation of --dynamic-list to use linker scr [...] new ca7af8d Move Memory.{h,cpp} to lld/Support so that we can use them fr [...] new 37c0f54 Start using make() in COFF.
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: COFF/Driver.cpp | 19 +++++++++---------- COFF/Error.cpp | 9 ++++++++- COFF/InputFiles.cpp | 17 +++++++---------- COFF/InputFiles.h | 4 ++-- COFF/SymbolTable.cpp | 19 +++++++++---------- COFF/SymbolTable.h | 6 +++--- COFF/Symbols.cpp | 13 +++++++------ COFF/Symbols.h | 2 +- ELF/CMakeLists.txt | 2 +- ELF/Driver.cpp | 2 +- ELF/DriverUtils.cpp | 2 +- ELF/InputFiles.cpp | 2 +- ELF/InputSection.cpp | 3 +-- ELF/LinkerScript.cpp | 2 +- ELF/OutputSections.cpp | 2 +- ELF/SymbolTable.cpp | 2 +- ELF/SyntheticSections.cpp | 3 +-- ELF/Target.cpp | 5 ++--- ELF/Thunks.cpp | 2 +- ELF/Writer.cpp | 3 +-- {ELF => include/lld/Support}/Memory.h | 6 ++---- lib/CMakeLists.txt | 1 + lib/Support/CMakeLists.txt | 9 +++++++++ {ELF => lib/Support}/Memory.cpp | 10 ++++------ 24 files changed, 75 insertions(+), 70 deletions(-) rename {ELF => include/lld/Support}/Memory.h (96%) create mode 100644 lib/Support/CMakeLists.txt rename {ELF => lib/Support}/Memory.cpp (79%)