repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clangd] Re-land "support outgoing calls in call hierarchy" (#117673)
[llvm-project.git]
/
llvm
/
test
/
tools
/
yaml2obj
/
ELF
/
empty-symbols.yaml
blob
f1bdd27c3f0a8f04be1c2ec38f7b14806c834e32
1
## Ensure yaml2obj doesn't error on empty optional mappings, such as Symbols
2
# RUN: yaml2obj %s -o /dev/null
3
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: