This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from ab48fc5dd Fix parameter name comments using clang-tidy. NFC. new 16ced9e2c [ELF] Fix variable names in comments after VariableName -> va [...] new 5783902b4 [NFC][test] Fix for riscv tests.
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: ELF/AArch64ErrataFix.cpp | 20 ++++++++--------- ELF/AArch64ErrataFix.h | 2 +- ELF/Arch/AArch64.cpp | 4 ++-- ELF/Arch/ARM.cpp | 12 +++++------ ELF/Arch/RISCV.cpp | 2 +- ELF/CallGraphSort.cpp | 6 +++--- ELF/Config.h | 2 +- ELF/Driver.cpp | 18 ++++++++-------- ELF/InputFiles.cpp | 12 +++++------ ELF/InputFiles.h | 4 ++-- ELF/InputSection.cpp | 6 +++--- ELF/InputSection.h | 4 ++-- ELF/LTO.cpp | 6 +++--- ELF/LinkerScript.cpp | 6 +++--- ELF/Relocations.cpp | 24 ++++++++++----------- ELF/ScriptParser.h | 2 +- ELF/SymbolTable.cpp | 4 ++-- ELF/SyntheticSections.cpp | 36 +++++++++++++++---------------- ELF/SyntheticSections.h | 8 +++---- ELF/Target.h | 2 +- ELF/Thunks.cpp | 4 ++-- ELF/Writer.cpp | 8 +++---- test/ELF/Inputs/gdb-index-multiple-cu-2.s | 2 +- test/ELF/gdb-index-multiple-cu-2.s | 4 ++-- test/ELF/gdb-index-multiple-cu.s | 12 +++++------ test/ELF/riscv-call.s | 8 +++---- test/ELF/riscv-plt.s | 12 +++++------ test/ELF/riscv-tls-gd.s | 8 +++---- test/ELF/riscv-tls-ld.s | 4 ++-- 29 files changed, 120 insertions(+), 122 deletions(-)