mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
e3aafccae9
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212953 91177308-0d34-0410-b5e6-96231b3b80d8
7 lines
258 B
Plaintext
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)>
|