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
/
X86
/
Inputs
/
jt-pic-linkerscript.ld
blob
c32ffd695682c70a006e5d851f443e509ac5c3b6
1
# Linker script used by jump-table-pic-conflict.s test.
2
# .rodata needs to appear before .text
3
4
SECTIONS
5
{
6
. = 0x201120;
7
.rodata : { *(.rodata) }
8
.eh_frame : { *(.eh_frame) }
9
.text : { *(.text) }
10
}