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.
|
# RUN: yaml2obj %s -o %t
|
|
# RUN: llvm-objdump -p %t | FileCheck %s
|
|
|
|
# CHECK: Program Header:
|
|
# CHECK-NEXT: {{ }}PROPERTY{{ }}
|
|
|
|
--- !ELF
|
|
FileHeader:
|
|
Class: ELFCLASS64
|
|
Data: ELFDATA2LSB
|
|
Type: ET_EXEC
|
|
Machine: EM_AARCH64
|
|
ProgramHeaders:
|
|
- Type: PT_GNU_PROPERTY
|