This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 475951e03 [WebAssembly] Return a StringRef instead of std::string from [...] new 7151813ca Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp. new 1439d560c [WebAssembly] Use toArrayRef. NFC.
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/CMakeLists.txt | 1 - COFF/Strings.cpp | 35 --------------------- COFF/Strings.h | 23 -------------- COFF/Symbols.cpp | 4 +-- Common/Strings.cpp | 66 ++++++++++++++++++++++++++++++++++++++ ELF/AArch64ErrataFix.cpp | 2 +- ELF/CMakeLists.txt | 1 - ELF/Driver.cpp | 2 +- ELF/EhFrame.cpp | 2 +- ELF/LinkerScript.cpp | 2 +- ELF/LinkerScript.h | 2 +- ELF/MapFile.cpp | 2 +- ELF/MarkLive.cpp | 2 +- ELF/OutputSections.cpp | 2 +- ELF/Relocations.cpp | 2 +- ELF/Strings.cpp | 60 ----------------------------------- ELF/Strings.h | 75 -------------------------------------------- ELF/SymbolTable.h | 2 +- ELF/Symbols.h | 2 +- ELF/SyntheticSections.cpp | 2 +- ELF/Writer.cpp | 2 +- include/lld/Common/Strings.h | 53 +++++++++++++++++++++++++++++++ wasm/Writer.cpp | 12 +++---- 23 files changed, 140 insertions(+), 216 deletions(-) delete mode 100644 COFF/Strings.cpp delete mode 100644 COFF/Strings.h delete mode 100644 ELF/Strings.cpp delete mode 100644 ELF/Strings.h