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
[InstCombine] Signed saturation patterns
[llvm-core.git]
/
test
/
tools
/
llvm-objcopy
/
ELF
/
basic-only-section.test
blob
f95ea38911675b7f4de694f701ebb055205f0d4e
1
# RUN: yaml2obj %s > %t
2
# RUN: llvm-objcopy --only-section=.test %t %t2
3
# RUN: llvm-objcopy -j .test %t %t3
4
# RUN: llvm-readobj --file-headers --sections %t2 | FileCheck %s
5
# RUN: diff %t2 %t3
6
7
!ELF
8
FileHeader:
9
Class: ELFCLASS64
10
Data: ELFDATA2LSB
11
Type: ET_REL
12
Machine: EM_X86_64
13
Sections:
14
- Name: .test
15
Type: SHT_PROGBITS
16
Flags: [ ]
17
18
# CHECK: SectionHeaderCount: 3
19
20
# CHECK: Name: .test
21
# CHECK: Name: .shstrtab