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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
bolt
/
test
/
AArch64
/
Inputs
/
array_end.lld_script
blob
182c13d370a39ceed6e72a7a281d9f2ccbd41156
1
SECTIONS {
2
.fini_array :
3
{
4
PROVIDE_HIDDEN (__fini_array_start = .);
5
KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*)))
6
PROVIDE_HIDDEN (__fini_array_end = .);
7
}
8
9
. = . + 128;
10
11
.text : { *(.text) }
12
}