This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6d1036d22d5 [PDB] Rename some files in the native reader. new df0bc373894 Revert: [llvm-objcopy] Dwarf .debug section compression (Se [...] new b3c98b851a9 [llvm-strip] -p test fix for windows buildbots
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: .../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 -------------- test/tools/llvm-objcopy/strip-preserve-time.test | 8 +-- tools/llvm-objcopy/ObjcopyOpts.td | 6 -- tools/llvm-objcopy/Object.cpp | 72 -------------------- tools/llvm-objcopy/Object.h | 27 +------- tools/llvm-objcopy/llvm-objcopy.cpp | 76 ++-------------------- 11 files changed, 10 insertions(+), 325 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