llvm-for-llvmta/test/tools/llvm-objcopy/ELF/relocatable-phdr.test

17 lines
496 B
Plaintext
Raw Normal View History

2022-04-25 10:02:23 +02:00
# 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