summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objcopy/compress-debug-sections-default.test
diff options
context:
space:
mode:
authorPuyan Lotfi <puyan@puyan.org>2018-09-07 00:28:25 +0000
committerPuyan Lotfi <puyan@puyan.org>2018-09-07 00:28:25 +0000
commit5be060e3419bd6920581949abb5abd6d85f5b324 (patch)
tree79739759f4e05988724ff827ccdae066e4ba677c /llvm/test/tools/llvm-objcopy/compress-debug-sections-default.test
parent5b332abd66c3d6e7ef84326989ab17eb99ae24d4 (diff)
downloadbcm5719-llvm-5be060e3419bd6920581949abb5abd6d85f5b324.tar.gz
bcm5719-llvm-5be060e3419bd6920581949abb5abd6d85f5b324.zip
Revert: [llvm-objcopy] Dwarf .debug section compression (Second Attempt).
Various bots still fail for unknown reason. llvm-svn: 341613
Diffstat (limited to 'llvm/test/tools/llvm-objcopy/compress-debug-sections-default.test')
-rw-r--r--llvm/test/tools/llvm-objcopy/compress-debug-sections-default.test13
1 files changed, 0 insertions, 13 deletions
diff --git a/llvm/test/tools/llvm-objcopy/compress-debug-sections-default.test b/llvm/test/tools/llvm-objcopy/compress-debug-sections-default.test
deleted file mode 100644
index 8ed887da3b0..00000000000
--- a/llvm/test/tools/llvm-objcopy/compress-debug-sections-default.test
+++ /dev/null
@@ -1,13 +0,0 @@
-# REQUIRES: zlib
-
-# RUN: yaml2obj %p/Inputs/compress-debug-sections.yaml -o %t.o
-# RUN: llvm-objcopy --compress-debug-sections %t.o %t-compressed.o
-# RUN: llvm-readobj -s %t-compressed.o | FileCheck %s
-
-# CHECK: Name: .debug_foo
-# CHECK-NEXT: Type: SHT_PROGBITS
-# CHECK-NEXT: Flags [
-# CHECK-NEXT: SHF_COMPRESSED
-# CHECK-NEXT: ]
-# CHECK-NOT: Name: .debug_foo
-
OpenPOWER on IntegriCloud