summaryrefslogtreecommitdiffstats
path: root/lldb/lit/ObjectFile/ELF/compressed-sections.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/lit/ObjectFile/ELF/compressed-sections.yaml')
-rw-r--r--lldb/lit/ObjectFile/ELF/compressed-sections.yaml44
1 files changed, 0 insertions, 44 deletions
diff --git a/lldb/lit/ObjectFile/ELF/compressed-sections.yaml b/lldb/lit/ObjectFile/ELF/compressed-sections.yaml
deleted file mode 100644
index f8c31d52bb8..00000000000
--- a/lldb/lit/ObjectFile/ELF/compressed-sections.yaml
+++ /dev/null
@@ -1,44 +0,0 @@
-# REQUIRES: zlib
-# RUN: yaml2obj %s > %t
-# RUN: lldb-test object-file --contents %t | FileCheck %s
---- !ELF
-FileHeader:
- Class: ELFCLASS32
- Data: ELFDATA2LSB
- Type: ET_REL
- Machine: EM_386
-Sections:
- - Name: .hello_elf
- Type: SHT_PROGBITS
- Flags: [ SHF_COMPRESSED ]
- Content: 010000000800000001000000789c5330700848286898000009c802c1
- - Name: .bogus
- Type: SHT_PROGBITS
- Flags: [ SHF_COMPRESSED ]
- Content: deadbeefbaadf00d
- - Name: .zdebug_info
- Type: SHT_PROGBITS
- Content: 5A4C49420000000000000008789c5330700848286898000009c802c1
-
-# CHECK: Name: .hello_elf
-# CHECK-NEXT: Type: regular
-# CHECK: VM address: 0
-# CHECK-NEXT: VM size: 0
-# CHECK-NEXT: File size: 28
-# CHECK-NEXT: Data: (
-# CHECK-NEXT: 20304050 60708090
-# CHECK-NEXT: )
-
-# CHECK: Name: .bogus
-# CHECK-NEXT: Type: regular
-# CHECK: VM address: 0
-# CHECK-NEXT: VM size: 0
-# CHECK-NEXT: File size: 8
-# CHECK-NEXT: Data: ()
-
-# CHECK: Name: .zdebug_info
-# CHECK: dwarf-info
-# CHECK: File size: 28
-# CHECK: Data: (
-# CHECK-NEXT: 20304050 60708090
-# CHECK-NEXT: )
OpenPOWER on IntegriCloud