1 # RUN: yaml2obj %s -o %t
2 # RUN: llvm-objdump --full-contents %t > %t.out1
3 # RUN: llvm-objdump -s %t > %t.out2
4 # RUN: cmp %t.out1 %t.out2
5 # RUN: FileCheck %s --input-file=%t.out1 --implicit-check-not=.empty-progbits \
6 # RUN: --implicit-check-not=.empty-nobits
9 # CHECK-NEXT: <skipping contents of bss section at [1000, 1040)>
11 # CHECK-NEXT: 1010 01234567 .#Eg
12 # CHECK: .user-defined
13 # CHECK-NEXT: 1020 76543210 vT2.
14 # CHECK: .nobits-section
15 # CHECK-NEXT: <skipping contents of bss section at [1030, 1050)>
17 # CHECK: 0000 11112222 ..""
33 AddressAlign: 0x0000000000000010
37 Flags: [ SHF_ALLOC, SHF_EXECINSTR ]
39 AddressAlign: 0x0000000000000010
46 AddressAlign: 0x0000000000000010
49 - Name: .nobits-section
53 AddressAlign: 0x0000000000000010
55 - Name: .empty-progbits