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.
15 lines
327 B
15 lines
327 B
4 months ago
|
## Check that e_phoff and e_phentsize are set to 0 when there are no
|
||
|
## program headers.
|
||
|
|
||
|
# RUN: yaml2obj %s -o %t
|
||
|
# RUN: llvm-readobj --file-headers %t | FileCheck %s
|
||
|
|
||
|
# CHECK: ProgramHeaderOffset: 0x0{{$}}
|
||
|
# CHECK: ProgramHeaderEntrySize: 0{{$}}
|
||
|
|
||
|
--- !ELF
|
||
|
FileHeader:
|
||
|
Class: ELFCLASS64
|
||
|
Data: ELFDATA2LSB
|
||
|
Type: ET_REL
|