From 163222f56970b19947a99cd9c4d36fa0791200a2 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Tue, 4 Sep 2018 11:55:57 +0000 Subject: 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). llvm-svn: 341360 --- .../tools/llvm-objcopy/compress-debug-sections-default-gnu.test | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 llvm/test/tools/llvm-objcopy/compress-debug-sections-default-gnu.test (limited to 'llvm/test/tools/llvm-objcopy/compress-debug-sections-default-gnu.test') diff --git a/llvm/test/tools/llvm-objcopy/compress-debug-sections-default-gnu.test b/llvm/test/tools/llvm-objcopy/compress-debug-sections-default-gnu.test deleted file mode 100644 index 9db3d3b7f9c..00000000000 --- a/llvm/test/tools/llvm-objcopy/compress-debug-sections-default-gnu.test +++ /dev/null @@ -1,9 +0,0 @@ -# REQUIRES: zlib - -# RUN: yaml2obj %p/Inputs/compress-debug-sections.yaml -o %t.o -# RUN: llvm-objcopy --compress-debug-sections --compress-debug-sections=zlib-gnu %t.o %t-compressed.o -# RUN: llvm-objdump -s %t-compressed.o | FileCheck %s - -# CHECK: .zdebug_foo: -# CHECK: ZLIB - -- cgit v1.2.3