repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Adjust how NEON shifts are lowered
[llvm-core.git]
/
test
/
tools
/
obj2yaml
/
elf-shinfo.yaml
blob
6187cdbae92852b8facaee348d1f1f12bf623325
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: 0x000000000000002A
9
10
--- !ELF
11
FileHeader:
12
Class: ELFCLASS64
13
Data: ELFDATA2LSB
14
Type: ET_REL
15
Machine: EM_X86_64
16
Sections:
17
- Name: .test
18
Type: SHT_PROGBITS
19
Info: 42