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
/
explicit-keep-remove.test
blob
6512afac0cf10e7c3a239363d57a2b3caf569b8c
1
# RUN: yaml2obj %s > %t
2
# RUN: llvm-objcopy -R=.test --keep-section=.test %t %t2
3
# RUN: llvm-readobj --file-headers --sections %t2 | FileCheck %s
4
5
!ELF
6
FileHeader:
7
Class: ELFCLASS64
8
Data: ELFDATA2LSB
9
Type: ET_REL
10
Machine: EM_X86_64
11
Sections:
12
- Name: .test
13
Type: SHT_PROGBITS
14
Flags: [ ]
15
16
# CHECK: SectionHeaderCount: 4
17
18
# CHECK: Name: .test
19
# CHECK: Name: .strtab
20
# CHECK: Name: .shstrtab