You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
496 B

# This test ensures an object without a program header will retain zero values
# for offset and header size when copied with llvm-objcopy.
# RUN: yaml2obj %s -o %t
# RUN: llvm-objcopy %t %t2
# RUN: llvm-readobj --file-headers %t2 | FileCheck %s
!ELF
FileHeader:
Class: ELFCLASS64
Data: ELFDATA2LSB
Type: ET_EXEC
Machine: EM_X86_64
# CHECK: ProgramHeaderOffset: 0x0
# CHECK: ProgramHeaderEntrySize: 0
# CHECK-NEXT: ProgramHeaderCount: 0