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
11 lines
211 B
Plaintext
11 lines
211 B
Plaintext
## Don't crash if required information is absent
|
|
# RUN: yaml2obj %s -o %t
|
|
# RUN: llvm-readobj --dyn-syms %t
|
|
|
|
--- !ELF
|
|
FileHeader:
|
|
Class: ELFCLASS32
|
|
Data: ELFDATA2LSB
|
|
Type: ET_REL
|
|
Machine: EM_386
|