xref
: /
llvm-project
/
llvm
/
test
/
ThinLTO
/
X86
/
Inputs
/
select_right_alias_definition1.ll
(revision d5d3eb16b7ab72529c83dacb2889811491e48909)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
2
@foo = weak alias i32 (...), @foo1
3
4
define i32 @foo1() {
5
ret i32 42
6
}