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
ELF: Have __rela_iplt_{start,end} surround .rela.iplt with --pack-dyn-relocs=android.
[llvm-project.git]
/
llvm
/
test
/
ThinLTO
/
X86
/
Inputs
/
select_right_alias_definition2.ll
blob
da3a7423bec257350c2d2b3bb132eca7a16b4608
1
2
@foo = alias i32 (...), @foo2
3
4
define linkonce_odr i32 @foo2() {
5
%ret = add i32 42, 42
6
ret i32 %ret
7
}