Sign in
llvm
/
llvm-project
/
llvm
/
b5fda9d8af55d9aff9d6739609a44276d2478bcc
/
.
/
test
/
Assembler
/
ifunc-dsolocal.ll
blob: 40819dc49bdfebfaf065a5de31d2afdec7723122 [
file
] [
log
] [
blame
]
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
@foo
=
dso_local
ifunc
i32
(
i32
),
ptr
@foo_ifunc
; CHECK: @foo = dso_local ifunc i32 (i32), ptr @foo_ifunc
define
internal
ptr
@foo_ifunc
()
{
entry
:
ret
ptr
null
}