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
[HLSL] Implement RWBuffer::operator[] via __builtin_hlsl_resource_getpointer (#117017)
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-objcopy
/
ELF
/
only-section-many.test
blob
0735b693320a1a4ab177788b03f2280e17a9847d
1
# RUN: yaml2obj %s -o %t
2
# RUN: llvm-objcopy -j .test1 -j .test2 %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: .test1
13
Type: SHT_PROGBITS
14
Flags: [ ]
15
- Name: .test2
16
Type: SHT_PROGBITS
17
Flags: [ ]
18
- Name: .test3
19
Type: SHT_PROGBITS
20
Flags: [ ]
21
22
# CHECK: SectionHeaderCount: 4
23
24
# CHECK: Name: .test1
25
# CHECK: Name: .test2
26
# CHECK: Name: .shstrtab