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
[OptTable] Fix typo VALUE => VALUES (NFCI) (#121523)
[llvm-project.git]
/
bolt
/
test
/
X86
/
Inputs
/
ambiguous_fragment.script
blob
00129b88876411c30aef00f3ce76ac8d7debdaef
1
SECTIONS {
2
. = 0x10000;
3
.text : { *(.text) }
4
. = 0x20000;
5
.text.cold : { *(.text.cold) }
6
}