This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 41402bb92 Revert "[ELF] Update test case due to llvm r365618" new cc52c36bd [Coding style change][lld] Rename variables for non-ELF ports
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/Chunks.cpp | 806 ++++++++-------- COFF/Chunks.h | 350 +++---- COFF/Config.h | 226 ++--- COFF/DLL.cpp | 564 +++++------ COFF/DLL.h | 52 +- COFF/DebugTypes.cpp | 192 ++-- COFF/DebugTypes.h | 24 +- COFF/Driver.cpp | 1798 +++++++++++++++++----------------- COFF/Driver.h | 96 +- COFF/DriverUtils.cpp | 924 +++++++++--------- COFF/ICF.cpp | 270 +++--- COFF/ICF.h | 2 +- COFF/InputFiles.cpp | 806 ++++++++-------- COFF/InputFiles.h | 182 ++-- COFF/LTO.cpp | 126 +-- COFF/LTO.h | 8 +- COFF/MapFile.cpp | 102 +- COFF/MapFile.h | 2 +- COFF/MarkLive.cpp | 58 +- COFF/MarkLive.h | 2 +- COFF/MinGW.cpp | 88 +- COFF/MinGW.h | 16 +- COFF/PDB.cpp | 1756 ++++++++++++++++----------------- COFF/PDB.h | 12 +- COFF/SymbolTable.cpp | 702 +++++++------- COFF/SymbolTable.h | 68 +- COFF/Symbols.cpp | 100 +- COFF/Symbols.h | 228 ++--- COFF/TypeMerger.h | 34 +- COFF/Writer.cpp | 1916 ++++++++++++++++++------------------- COFF/Writer.h | 52 +- Common/Args.cpp | 76 +- Common/ErrorHandler.cpp | 110 +-- Common/Filesystem.cpp | 42 +- Common/Memory.cpp | 12 +- Common/Reproduce.cpp | 50 +- Common/Strings.cpp | 92 +- Common/Threads.cpp | 2 +- Common/Timer.cpp | 54 +- ELF/AArch64ErrataFix.cpp | 16 +- ELF/Driver.cpp | 24 +- ELF/DriverUtils.cpp | 12 +- ELF/ICF.cpp | 2 +- ELF/InputFiles.cpp | 18 +- ELF/InputSection.cpp | 4 +- ELF/MarkLive.cpp | 4 +- ELF/Relocations.cpp | 8 +- ELF/ScriptParser.cpp | 6 +- ELF/SyntheticSections.cpp | 8 +- ELF/Thunks.cpp | 32 +- ELF/Writer.cpp | 10 +- MinGW/Driver.cpp | 350 +++---- include/lld/Common/Args.h | 12 +- include/lld/Common/Driver.h | 20 +- include/lld/Common/ErrorHandler.h | 90 +- include/lld/Common/Filesystem.h | 4 +- include/lld/Common/Memory.h | 18 +- include/lld/Common/Reproduce.h | 6 +- include/lld/Common/Strings.h | 16 +- include/lld/Common/Threads.h | 28 +- include/lld/Common/Timer.h | 22 +- lib/Driver/DarwinLdDriver.cpp | 24 +- tools/lld/lld.cpp | 88 +- wasm/Config.h | 84 +- wasm/Driver.cpp | 690 ++++++------- wasm/InputChunks.cpp | 290 +++--- wasm/InputChunks.h | 154 +-- wasm/InputEvent.h | 30 +- wasm/InputFiles.cpp | 562 +++++------ wasm/InputFiles.h | 120 +-- wasm/InputGlobal.h | 28 +- wasm/LTO.cpp | 148 +-- wasm/LTO.h | 8 +- wasm/MarkLive.cpp | 122 +-- wasm/OutputSections.cpp | 230 ++--- wasm/OutputSections.h | 84 +- wasm/OutputSegment.h | 36 +- wasm/Relocations.cpp | 68 +- wasm/Relocations.h | 2 +- wasm/SymbolTable.cpp | 750 +++++++-------- wasm/SymbolTable.h | 98 +- wasm/Symbols.cpp | 302 +++--- wasm/Symbols.h | 334 +++---- wasm/SyntheticSections.cpp | 690 ++++++------- wasm/SyntheticSections.h | 206 ++-- wasm/Writer.cpp | 804 ++++++++-------- wasm/WriterUtils.cpp | 198 ++-- wasm/WriterUtils.h | 48 +- 88 files changed, 9454 insertions(+), 9454 deletions(-)