xref: /llvm-project/llvm/test/tools/gold/X86/Inputs/common_thinlto.ll (revision a273c40820f78d8b08e411897eee84dbda983488)
1source_filename = "common2.c"
2target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
3target triple = "x86_64-unknown-linux-gnu"
4
5@P = external global ptr, align 8
6
7; Function Attrs: nounwind uwtable
8define void @foo() #0 {
9entry:
10  %0 = load ptr, ptr @P, align 8
11  %call = call ptr (...) %0()
12  ret void
13}
14