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
Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git]
/
llvm
/
test
/
tools
/
obj2yaml
/
ELF
/
shinfo.yaml
blob
3c14f9eea0df0faef89206e60db88a35a53df6b7
1
# RUN: yaml2obj %s -o %t
2
# RUN: obj2yaml %t | FileCheck %s
3
4
## Check obj2yaml is able to dump sh_info field of a section.
5
6
# CHECK: - Name: .test
7
# CHECK-NEXT: Type: SHT_PROGBITS
8
# CHECK-NEXT: Info: 0x2A
9
10
--- !ELF
11
FileHeader:
12
Class: ELFCLASS64
13
Data: ELFDATA2LSB
14
Type: ET_REL
15
Sections:
16
- Name: .test
17
Type: SHT_PROGBITS
18
Info: 42