aboutsummaryrefslogtreecommitdiff
path: root/test/COFF/Inputs/libcall-archive.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/COFF/Inputs/libcall-archive.ll')
-rw-r--r--test/COFF/Inputs/libcall-archive.ll6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/COFF/Inputs/libcall-archive.ll b/test/COFF/Inputs/libcall-archive.ll
new file mode 100644
index 000000000..3f8a24df4
--- /dev/null
+++ b/test/COFF/Inputs/libcall-archive.ll
@@ -0,0 +1,6 @@
+target datalayout = "e-m:x-p:32:32-i64:64-f80:32-n8:16:32-a:0:32-S32"
+target triple = "i686-unknown-windows"
+
+define void @memcpy() {
+ ret void
+}