1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 05:52:53 +02:00
llvm-mirror/test/tools/llvm-objdump/coff-large-bss.test
David Majnemer fa3efc30b3 llvm-objdump: Handle BSS sections larger than the object file
The size of the uninitialized sections, like BSS, can exceed the size of
the object file.

Do not attempt to grab the contents of such sections.

llvm-svn: 212953
2014-07-14 16:20:14 +00:00

7 lines
258 B
Plaintext

RUN: llvm-objdump -s %p/Inputs/large-bss.obj.coff-i386 | FileCheck %s
; CHECK: Contents of section .text:
: CHECK-NEXT: Contents of section .data:
: CHECK-NEXT: Contents of section .bss:
: CHECK-NEXT: <skipping contents of bss section at [0000, 010f)>