llvm-objdump: Handle BSS sections larger than the object file
[oota-llvm.git] / test / tools / llvm-objdump / coff-large-bss.test
1 RUN: llvm-objdump -s %p/Inputs/large-bss.obj.coff-i386 | FileCheck %s
2
3 ; CHECK:      Contents of section .text:
4 : CHECK-NEXT: Contents of section .data:
5 : CHECK-NEXT: Contents of section .bss:
6 : CHECK-NEXT: <skipping contents of bss section at [0000, 010f)>