[yaml2obj] - Allow placing local symbols after globals.
[llvm-complete.git] / test / ThinLTO / X86 / empty-module.ll
blob285e1bcec2e8921818e2785437786105caca9520
1 ; RUN: opt -module-summary -o %t.bc %s
3 ; RUN: rm -f %t2.0
4 ; RUN: llvm-lto2 run  %t.bc -r %t.bc,foo,pl -o %t2 -thinlto-distributed-indexes
5 ; RUN: llvm-readobj -h %t2.0 | FileCheck %s
6 ; RUN: llvm-nm %t2.0 2>&1 | FileCheck %s -check-prefix=NO-SYMBOLS
7 ; NO-SYMBOLS: no symbols
9 ; CHECK: Format: ELF64-x86-64
11 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
12 target triple = "x86_64-unknown-linux-gnu"
14 @foo = ifunc i32 (i32), i64 ()* @foo_ifunc
16 define internal i64 @foo_ifunc() {
17 entry:
18   ret i64 0