Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / yaml2obj / ELF / empty-symbols.yaml
blobf1bdd27c3f0a8f04be1c2ec38f7b14806c834e32
1 ## Ensure yaml2obj doesn't error on empty optional mappings, such as Symbols
2 # RUN: yaml2obj %s -o /dev/null
4 !ELF
5 FileHeader:
6   Class: ELFCLASS64
7   Data:  ELFDATA2LSB
8   Type:  ET_DYN
9 ## We usually express this as `Symbols: []`, but here we show that the value
10 ## can be omitted.
11 Symbols: