This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2ec0ce0cc30 [x86/SLH] Teach SLH to harden against the "ret2spec" attack [...] new cf0bf50e162 Revert r341342: Dwarf .debug section compression support (z [...]
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, 6 insertions(+), 307 deletions(-) delete mode 100644 test/tools/llvm-objcopy/Inputs/compress-debug-sections.yaml delete mode 100644 test/tools/llvm-objcopy/compress-debug-sections-default-gnu.test delete mode 100644 test/tools/llvm-objcopy/compress-debug-sections-default.test delete mode 100644 test/tools/llvm-objcopy/compress-debug-sections-invalid-format.test delete mode 100644 test/tools/llvm-objcopy/compress-debug-sections-zlib-gnu.test delete mode 100644 test/tools/llvm-objcopy/compress-debug-sections-zlib.test