1# REQUIRES: zlib 2# RUN: yaml2obj -DCLASS=32 -DENDIAN=LSB -DINFO_CHDR=010000005600000001000000 %s -o %t.o 3# RUN: llvm-dwp %t.o -o %t 4# RUN: llvm-dwarfdump -v %t | FileCheck %s 5 6# RUN: yaml2obj -DCLASS=32 -DENDIAN=MSB -DINFO_CHDR=000000010000005600000001 %s -o %t.o 7# RUN: llvm-dwp %t.o -o %t 8# RUN: llvm-dwarfdump -v %t | FileCheck %s 9 10# RUN: yaml2obj -DCLASS=64 -DENDIAN=LSB -DINFO_CHDR=01000000fd7f000056000000000000000100000000000000 %s -o %t.o 11# RUN: llvm-dwp %t.o -o %t 12# RUN: llvm-dwarfdump -v %t | FileCheck %s 13 14# RUN: yaml2obj -DCLASS=64 -DENDIAN=MSB -DINFO_CHDR=0000000100007ffd00000000000000560000000000000001 %s -o %t.o 15# RUN: llvm-dwp %t.o -o %t 16# RUN: llvm-dwarfdump -v %t | FileCheck %s 17 18## Simple test built from this input which produces DWARF long enough to be compressed in the .[z]debug_info section: 19## 20## void f(int a, int b, int c, int d) { 21## } 22 23## Since the compression is pretty orthogonal, we're not trying to test that the 24## compression library functioned correctly, just that dwp used it to decompress 25## the section - so test a few simple features and be done with it. 26 27# CHECK: .debug_info.dwo contents: 28# CHECK: Compile Unit: 29# CHECK: DW_TAG_compile_unit 30# CHECK: DW_TAG_subprogram 31# CHECK: DW_TAG_formal_parameter 32 33--- !ELF 34FileHeader: 35 Class: ELFCLASS[[CLASS]] 36 Data: ELFDATA2[[ENDIAN]] 37 Type: ET_REL 38 Machine: EM_X86_64 39Sections: 40 - Name: .debug_loc.dwo 41 Type: SHT_PROGBITS 42 AddressAlign: 0x1 43 - Name: .debug_str.dwo 44 Type: SHT_PROGBITS 45 Flags: [ SHF_MERGE, SHF_STRINGS ] 46 AddressAlign: 0x1 47 EntSize: 0x1 48 Content: 636C616E672076657273696F6E20332E392E3020287472756E6B203236313232332920286C6C766D2F7472756E6B203236313233342900612E637070005F5A3166696969690066006100696E7400620063006400 49 - Name: .debug_str_offsets.dwo 50 Type: SHT_PROGBITS 51 AddressAlign: 0x1 52 Content: 00000000370000003D00000046000000480000004A0000004E0000005000000052000000 53 - Name: .debug_info.dwo 54 Type: SHT_PROGBITS 55 Flags: [ SHF_COMPRESSED ] 56 AddressAlign: 0x8 57 Content: [[INFO_CHDR]]789c0b626060606100010e462083f1e6eb7f7c0d8b756299188480628c614ccc8c8ccc4c136b5818190381024066051b9c59c20e67167040980c2cacac2c0c00109a0afa 58 - Name: .debug_abbrev.dwo 59 Type: SHT_PROGBITS 60 AddressAlign: 0x1 61 Content: 01110125823E130503823EB142070000022E0111813E120640186E823E03823E3A0B3B0B3F190000030500021803823E3A0B3B0B4913000004240003823E3E0B0B0B000000 62 - Name: .debug_line.dwo 63 Type: SHT_PROGBITS 64 AddressAlign: 0x1 65 Content: 0D0000000200070000000101FB0E010000 66