OSDN Git Service

Revert r341342: Dwarf .debug section compression support (zlib, zlib-gnu).
authorChandler Carruth <chandlerc@gmail.com>
Tue, 4 Sep 2018 11:55:57 +0000 (11:55 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 4 Sep 2018 11:55:57 +0000 (11:55 +0000)
commitcf0bf50e1621f240f139de75acc0ae94b4eb5039
tree3a06ba8a7e7b70bfc55630c58240504054c09567
parent2ec0ce0cc3019c06898846df89ee99c6d28872fc
Revert r341342: Dwarf .debug section compression support (zlib, zlib-gnu).

Also reverts follow-up commits r341343 and r341344.

The primary commit continues to break some build bots even after the
fixes in r341343 for UBSan issues:
http://lab.llvm.org:8011/builders/clang-cmake-aarch64-full/builds/5823

It is also failing for me locally (linux, x86-64).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@341360 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-objcopy/Inputs/compress-debug-sections.yaml [deleted file]
test/tools/llvm-objcopy/compress-debug-sections-default-gnu.test [deleted file]
test/tools/llvm-objcopy/compress-debug-sections-default.test [deleted file]
test/tools/llvm-objcopy/compress-debug-sections-invalid-format.test [deleted file]
test/tools/llvm-objcopy/compress-debug-sections-zlib-gnu.test [deleted file]
test/tools/llvm-objcopy/compress-debug-sections-zlib.test [deleted file]
tools/llvm-objcopy/ObjcopyOpts.td
tools/llvm-objcopy/Object.cpp
tools/llvm-objcopy/Object.h
tools/llvm-objcopy/llvm-objcopy.cpp