[clangd] Re-land "support outgoing calls in call hierarchy" (#117673)
[llvm-project.git] / llvm / test / tools / yaml2obj / ELF / eflags.yaml
blob8b90a2b2c9445161dc80c755cb3ceb95f14c873e
1 ## Check how the 'Flags' key can be used to encode e_flags field values.
3 ## Check we are able to produce no flags for EM_NONE. EM_NONE is an arbitrary
4 ## e_machine type that has no EF_* values defined for it.
5 # RUN: yaml2obj %s -o %t-no-flags
6 # RUN: llvm-readelf --file-headers %t-no-flags | FileCheck %s --check-prefix=NOFLAGS
8 # NOFLAGS: Flags: 0x0{{$}}
10 --- !ELF
11 FileHeader:
12   Class:   ELFCLASS32
13   Data:    ELFDATA2LSB
14   Type:    ET_REL
15   Machine: EM_NONE
16   Flags:   [ ]