xref: /llvm-project/llvm/test/ThinLTO/X86/Inputs/debuginfo-cu-import.ll (revision 7b1d793713cf9ed9ab719f33b332f9c66a1fc5cc)
1040cc168STeresa Johnson; ModuleID = 'debuginfo-cu-import2.c'
2040cc168STeresa Johnsonsource_filename = "debuginfo-cu-import2.c"
3*7b1d7937SAmy Huangtarget datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
4040cc168STeresa Johnsontarget triple = "x86_64-unknown-linux-gnu"
5040cc168STeresa Johnson
6040cc168STeresa Johnson; Function Attrs: nounwind uwtable
7040cc168STeresa Johnsondefine i32 @main() {
8040cc168STeresa Johnsonentry:
9040cc168STeresa Johnson  call void (...) @foo()
10040cc168STeresa Johnson  ret i32 0
11040cc168STeresa Johnson}
12040cc168STeresa Johnson
13040cc168STeresa Johnsondeclare void @foo(...) #1
14