xref: /llvm-project/llvm/test/LTO/Resolution/X86/Inputs/appending-var-2.ll (revision 15655915b38600c28f58721950ae75e6284763b6)
1target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
2target triple = "x86_64-unknown-linux-gnu"
3
4%"foo" = type { i8 }
5
6@llvm.used = appending global [1 x ptr] [ptr @bar], section "llvm.metadata"
7
8; Function Attrs: norecurse nounwind readnone uwtable
9define dso_local i32 @bar(ptr nocapture readnone %this) align 2 !type !0 {
10entry:
11  ret i32 0
12}
13
14!0 = !{i64 0, !"typeid1"}
15