ELF: Have __rela_iplt_{start,end} surround .rela.iplt with --pack-dyn-relocs=android.
[llvm-project.git] / llvm / test / ThinLTO / X86 / Inputs / promote-local-name-1.ll
blobb951278c0ee97484581cd86eeb929c3d27198a2d
1 source_filename = "llvm/test/LTO/X86/promote-local-name-1.ll"
3 target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
4 target triple = "x86_64-unknown-linux-gnu"
6 @baz = internal constant i32 10, align 4
8 ; Function Attrs: noinline nounwind uwtable
9 define i32 @b() {
10 entry:
11   %call = call i32 @foo()
12   ret i32 %call
15 ; Function Attrs: noinline nounwind uwtable
16 define internal i32 @foo() {
17 entry:
18   %0 = load i32, ptr @baz, align 4
19   ret i32 %0