To improve consistency and avoid unneeded shell feature (output redirection). While here, make other changes to improve consistency --docnum 1 => --docnum=1 -docnum=x => --docnum=x
12 lines
222 B
YAML
12 lines
222 B
YAML
# RUN: yaml2obj %s -o %t.o
|
|
# RUN: llvm-readobj -S --file-headers %t.o | FileCheck %s
|
|
|
|
# CHECK: Format: ELF64-amdgpu
|
|
|
|
--- !ELF
|
|
FileHeader:
|
|
Class: ELFCLASS64
|
|
Data: ELFDATA2LSB
|
|
Type: ET_REL
|
|
Machine: EM_AMDGPU
|