summaryrefslogtreecommitdiffstats
path: root/llvm/test/ThinLTO/X86/Inputs/debuginfo-cu-import.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/ThinLTO/X86/Inputs/debuginfo-cu-import.ll')
-rw-r--r--llvm/test/ThinLTO/X86/Inputs/debuginfo-cu-import.ll13
1 files changed, 13 insertions, 0 deletions
diff --git a/llvm/test/ThinLTO/X86/Inputs/debuginfo-cu-import.ll b/llvm/test/ThinLTO/X86/Inputs/debuginfo-cu-import.ll
new file mode 100644
index 00000000000..6b824e94073
--- /dev/null
+++ b/llvm/test/ThinLTO/X86/Inputs/debuginfo-cu-import.ll
@@ -0,0 +1,13 @@
+; ModuleID = 'debuginfo-cu-import2.c'
+source_filename = "debuginfo-cu-import2.c"
+target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
+target triple = "x86_64-unknown-linux-gnu"
+
+; Function Attrs: nounwind uwtable
+define i32 @main() {
+entry:
+ call void (...) @foo()
+ ret i32 0
+}
+
+declare void @foo(...) #1
OpenPOWER on IntegriCloud