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
[memprof] Remove an unused using directive (#117004)
[llvm-project.git]
/
lld
/
test
/
ELF
/
section-align-0.test
blob
232d43a304cdae30c3c6e527d9ccb794307e480b
1
# RUN: yaml2obj %s -o %t
2
# RUN: ld.lld %t -o /dev/null
3
4
# Verify that lld can handle sections with an alignment of zero.
5
6
!ELF
7
FileHeader:
8
Class: ELFCLASS64
9
Data: ELFDATA2LSB
10
Type: ET_REL
11
Machine: EM_X86_64
12
Sections:
13
- Name: .text
14
Type: SHT_PROGBITS
15
AddressAlign: 0
16
17
Symbols:
18
- Name: _start
19
Section: .text
20
Binding: STB_GLOBAL