1 ## Check that when BSS is larger than the file llvm-objdump doesn't
2 ## assert with an unexpected end of file error.
3 # RUN: yaml2obj --docnum=1 %s -o %t
4 # RUN: yaml2obj --docnum=2 %s -o %t.2
5 # RUN: llvm-objdump -D %t | FileCheck %s
6 # RUN: llvm-objdump -D %t.2 | FileCheck %s
8 # CHECK: Disassembly of section .bss:
21 Flags: [ SHF_WRITE, SHF_ALLOC ]
22 Size: 0x0000000000001000
34 Flags: [ SHF_WRITE, SHF_ALLOC ]
35 Size: 0x0000000000001000
36 ShOffset: 0x0000000080000000