This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e0a1c477d72 [AArch64][x86] add tests for pow(x, 0.25); NFC new 341c1a8af7f [llvm-objcopy] Dwarf .debug section compression support (zl [...]
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: .../Inputs/compress-debug-sections.yaml | 21 +++++++ .../compress-debug-sections-default-gnu.test | 9 +++ .../compress-debug-sections-default.test | 13 ++++ .../compress-debug-sections-invalid-format.test | 5 ++ .../compress-debug-sections-zlib-gnu.test | 49 +++++++++++++++ .../llvm-objcopy/compress-debug-sections-zlib.test | 49 +++++++++++++++ tools/llvm-objcopy/ObjcopyOpts.td | 6 ++ tools/llvm-objcopy/Object.cpp | 61 ++++++++++++++++++ tools/llvm-objcopy/Object.h | 27 +++++++- tools/llvm-objcopy/llvm-objcopy.cpp | 73 ++++++++++++++++++++-- 10 files changed, 307 insertions(+), 6 deletions(-) create mode 100644 test/tools/llvm-objcopy/Inputs/compress-debug-sections.yaml create mode 100644 test/tools/llvm-objcopy/compress-debug-sections-default-gnu.test create mode 100644 test/tools/llvm-objcopy/compress-debug-sections-default.test create mode 100644 test/tools/llvm-objcopy/compress-debug-sections-invalid-format.test create mode 100644 test/tools/llvm-objcopy/compress-debug-sections-zlib-gnu.test create mode 100644 test/tools/llvm-objcopy/compress-debug-sections-zlib.test