summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/ifunc-asm.ll
blob: b65ba86a4f1a0b26462726ca4378cc150cd8a266 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
; RUN: llvm-as < %s -o - | llc -filetype=asm | FileCheck %s

target triple = "x86_64-unknown-linux-gnu"

define internal i64 @foo_ifunc() {
entry:
  ret i64 0
}
; CHECK: .type foo_ifunc,@function
; CHECK-NEXT: foo_ifunc:

@foo = ifunc i32 (i32), i64 ()* @foo_ifunc
; CHECK: .type foo,@function
; CHECK-NEXT: .type foo,@gnu_indirect_function
; CHECK-NEXT: foo = foo_ifunc