summaryrefslogtreecommitdiffstats
path: root/lldb/lit/Modules/ELF/compressed-sections.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/lit/Modules/ELF/compressed-sections.yaml')
-rw-r--r--lldb/lit/Modules/ELF/compressed-sections.yaml13
1 files changed, 12 insertions, 1 deletions
diff --git a/lldb/lit/Modules/ELF/compressed-sections.yaml b/lldb/lit/Modules/ELF/compressed-sections.yaml
index df070a2d53d..f8c31d52bb8 100644
--- a/lldb/lit/Modules/ELF/compressed-sections.yaml
+++ b/lldb/lit/Modules/ELF/compressed-sections.yaml
@@ -16,14 +16,18 @@ Sections:
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: Data: (
# CHECK-NEXT: 20304050 60708090
+# CHECK-NEXT: )
# CHECK: Name: .bogus
# CHECK-NEXT: Type: regular
@@ -31,3 +35,10 @@ Sections:
# 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