repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[yaml2obj] - Allow placing local symbols after globals.
[llvm-complete.git]
/
test
/
ThinLTO
/
X86
/
Inputs
/
alias_internal.ll
blob
e55e40b1d052675dd5118f1d99e70e73dc039d9a
1
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
2
target triple = "x86_64-unknown-linux-gnu"
3
4
define internal i32 @f(i8*) unnamed_addr {
5
ret i32 42
6
}
7
8
@a2 = weak alias i32 (i8*), i32 (i8*)* @f