This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3c1091398ef [llvm-objcopy]Add support for *-freebsd output formats new 76308dc543b [llvm-objcopy] - Implement replaceSectionReferences for Gro [...] new 3cf84d2ef25 [llvm-objcopy] - Fix a st_name of the first symbol table entry.
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: lib/MC/StringTableBuilder.cpp | 7 +++ .../ELF/Inputs/compress-debug-sections.yaml | 19 ++++++++ .../ELF/compress-debug-sections-groups.test | 53 ++++++++++++++++++++++ test/tools/llvm-objcopy/ELF/symbol-empty-name.test | 47 +++++++++++++++++++ tools/llvm-objcopy/ELF/Object.cpp | 7 +++ tools/llvm-objcopy/ELF/Object.h | 2 + 6 files changed, 135 insertions(+) create mode 100644 test/tools/llvm-objcopy/ELF/compress-debug-sections-groups.test create mode 100644 test/tools/llvm-objcopy/ELF/symbol-empty-name.test