summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/ifunc-dsolocal.ll
blob: 63242cb3f24fbd7b1c95b93034fc2f9fe77b40b2 (plain)
1
2
3
4
5
6
7
8
9
; 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
}
OpenPOWER on IntegriCloud