This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from d2aa1be [ELF] - Applied clang format. NFC. new 7514411 [ELF] - Partial support of --gdb-index command line option (Part 1).
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: ELF/CMakeLists.txt | 1 + ELF/Config.h | 1 + ELF/Driver.cpp | 1 + ELF/GdbIndex.cpp | 103 ++++++++++++++++++++++++++++++++++++++++ ELF/GdbIndex.h | 28 +++++++++++ ELF/Options.td | 3 ++ ELF/OutputSections.cpp | 50 +++++++++++++++++++ ELF/OutputSections.h | 30 ++++++++++++ ELF/Writer.cpp | 7 +++ test/ELF/Inputs/gdb-index-a.elf | Bin 0 -> 3040 bytes test/ELF/Inputs/gdb-index-b.elf | Bin 0 -> 3048 bytes test/ELF/gdb-index.s | 38 +++++++++++++++ 12 files changed, 262 insertions(+) create mode 100644 ELF/GdbIndex.cpp create mode 100644 ELF/GdbIndex.h create mode 100644 test/ELF/Inputs/gdb-index-a.elf create mode 100644 test/ELF/Inputs/gdb-index-b.elf create mode 100644 test/ELF/gdb-index.s