This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from d0971ca09 Unassign sections if they are "assigned" to /DISCARD/. new 3c9ede416 [lld] unified COFF and ELF error handling on new Common/ErrorHandler
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/CMakeLists.txt | 1 - COFF/Chunks.cpp | 2 +- COFF/Config.h | 3 - COFF/Driver.cpp | 35 ++++--- COFF/DriverUtils.cpp | 24 ++--- COFF/Error.cpp | 120 ----------------------- COFF/Error.h | 64 ------------ COFF/ICF.cpp | 2 +- COFF/InputFiles.cpp | 7 +- COFF/LTO.cpp | 2 +- COFF/MapFile.cpp | 2 +- COFF/MinGW.cpp | 2 +- COFF/PDB.cpp | 19 ++-- COFF/SymbolTable.cpp | 2 +- COFF/Symbols.cpp | 2 +- COFF/Writer.cpp | 4 +- Common/CMakeLists.txt | 1 + ELF/Error.cpp => Common/ErrorHandler.cpp | 80 +++++++-------- ELF/Arch/AArch64.cpp | 2 +- ELF/Arch/AMDGPU.cpp | 2 +- ELF/Arch/ARM.cpp | 2 +- ELF/Arch/AVR.cpp | 2 +- ELF/Arch/Mips.cpp | 2 +- ELF/Arch/MipsArchTree.cpp | 2 +- ELF/Arch/PPC.cpp | 2 +- ELF/Arch/PPC64.cpp | 2 +- ELF/Arch/SPARCV9.cpp | 2 +- ELF/Arch/X86.cpp | 2 +- ELF/Arch/X86_64.cpp | 2 +- ELF/CMakeLists.txt | 1 - ELF/Config.h | 3 - ELF/Driver.cpp | 30 +++--- ELF/DriverUtils.cpp | 39 ++++---- ELF/EhFrame.cpp | 2 +- ELF/InputFiles.cpp | 2 +- ELF/InputFiles.h | 2 +- ELF/InputSection.cpp | 2 +- ELF/LTO.cpp | 2 +- ELF/Relocations.cpp | 2 +- ELF/ScriptLexer.cpp | 14 +-- ELF/ScriptParser.cpp | 36 +++---- ELF/Strings.cpp | 2 +- ELF/SymbolTable.cpp | 4 +- ELF/Symbols.cpp | 2 +- ELF/SyntheticSections.cpp | 2 +- ELF/Target.cpp | 2 +- ELF/Target.h | 2 +- ELF/Thunks.cpp | 2 +- ELF/Writer.cpp | 12 +-- ELF/Error.h => include/lld/Common/ErrorHandler.h | 47 ++++++--- 50 files changed, 224 insertions(+), 380 deletions(-) delete mode 100644 COFF/Error.cpp delete mode 100644 COFF/Error.h rename ELF/Error.cpp => Common/ErrorHandler.cpp (67%) rename ELF/Error.h => include/lld/Common/ErrorHandler.h (60%)