[ThinLTO] Add code comment. NFC
[llvm-complete.git] / test / LTO / Resolution / X86 / ifunc.ll
blob5a437fddbcb48abfb20447d3ef50896ee3b1b684
1 ; RUN: opt -module-summary -o %t.bc %s
2 ; RUN: llvm-lto2 run %t.bc -r %t.bc,foo,pl -o %t2
3 ; RUN: llvm-nm %t2.1 | FileCheck %s
4 ; CHECK: T foo
5 ; CHECK: t foo_ifunc
7 target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
8 target triple = "x86_64-unknown-linux-gnu"
10 @foo = ifunc i32 (i32), i64 ()* @foo_ifunc
12 define internal i64 @foo_ifunc() {
13 entry:
14   ret i64 0