Sign in
cobalt
/
cobalt
/
08336faa599332e3e3bf29b7ad38ef023018b55e
/
.
/
third_party
/
llvm-project
/
llvm
/
test
/
Assembler
/
ifunc-dsolocal.ll
blob: 63242cb3f24fbd7b1c95b93034fc2f9fe77b40b2 [
file
] [
log
] [
blame
]
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
@foo
=
dso_local
ifunc
i32
(
i32
),
i64
()*
@foo_ifunc
; CHECK: @foo = dso_local ifunc i32 (i32), i64 ()* @foo_ifunc
define
internal
i64
@foo_ifunc
()
{
entry
:
ret
i64
0
}