This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 41235588f [WebAssembly] Remove initializers from Config.h new 5aa2ab23a Move Memory.{h,cpp} to Common.
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: COFF/Driver.cpp | 6 +---- COFF/DriverUtils.cpp | 2 +- COFF/InputFiles.cpp | 2 +- COFF/Memory.h | 52 ------------------------------------ COFF/SymbolTable.cpp | 2 +- COFF/Symbols.cpp | 2 +- COFF/Symbols.h | 2 +- COFF/Writer.cpp | 2 +- Common/CMakeLists.txt | 1 + Common/Memory.cpp | 23 ++++++++++++++++ ELF/Driver.cpp | 6 +---- ELF/DriverUtils.cpp | 2 +- ELF/GdbIndex.cpp | 2 +- ELF/InputFiles.cpp | 2 +- ELF/InputSection.cpp | 2 +- ELF/LinkerScript.cpp | 2 +- ELF/MarkLive.cpp | 2 +- ELF/OutputSections.cpp | 2 +- ELF/Relocations.cpp | 2 +- ELF/ScriptParser.cpp | 2 +- ELF/SymbolTable.cpp | 2 +- ELF/SyntheticSections.cpp | 2 +- ELF/Thunks.cpp | 2 +- ELF/Writer.cpp | 2 +- {ELF => include/lld/Common}/Memory.h | 15 +++-------- wasm/Driver.cpp | 4 +-- wasm/InputFiles.cpp | 2 +- wasm/Memory.h | 52 ------------------------------------ wasm/OutputSections.cpp | 2 +- wasm/SymbolTable.cpp | 2 +- wasm/Writer.cpp | 2 +- 31 files changed, 54 insertions(+), 151 deletions(-) delete mode 100644 COFF/Memory.h create mode 100644 Common/Memory.cpp rename {ELF => include/lld/Common}/Memory.h (87%) delete mode 100644 wasm/Memory.h