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
[flang][cuda] Add c_devloc as intrinsic and inline it during lowering (#120648)
[llvm-project.git]
/
lld
/
test
/
ELF
/
linkerscript
/
sort-constructors.test
blob
698208afd54ea4626c69e73c6d9444a0901b2fbb
1
# REQUIRES: x86
2
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux /dev/null -o %t1.o
3
# RUN: ld.lld -shared -o %t1 --script %s %t1.o
4
# RUN: llvm-readobj %t1 > /dev/null
5
6
SECTIONS {
7
.aaa : { SORT(CONSTRUCTORS) }
8
}