summaryrefslogtreecommitdiff
path: root/test/COFF/entrylib.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/COFF/entrylib.ll')
-rw-r--r--test/COFF/entrylib.ll12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/COFF/entrylib.ll b/test/COFF/entrylib.ll
deleted file mode 100644
index 602b4ff63336..000000000000
--- a/test/COFF/entrylib.ll
+++ /dev/null
@@ -1,12 +0,0 @@
-; REQUIRES: x86
-; RUN: llvm-as -o %t.obj %s
-; RUN: rm -f %t.lib
-; RUN: llvm-ar cru %t.lib %t.obj
-; RUN: lld-link /out:%t.exe /entry:main %t.lib
-
-target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
-target triple = "x86_64-pc-windows-msvc"
-
-define i32 @main() {
- ret i32 0
-}