summaryrefslogtreecommitdiffstats
path: root/test/DllTool/coff-weak-exports.def
diff options
context:
space:
mode:
Diffstat (limited to 'test/DllTool/coff-weak-exports.def')
-rw-r--r--test/DllTool/coff-weak-exports.def19
1 files changed, 0 insertions, 19 deletions
diff --git a/test/DllTool/coff-weak-exports.def b/test/DllTool/coff-weak-exports.def
deleted file mode 100644
index 511d947d8395..000000000000
--- a/test/DllTool/coff-weak-exports.def
+++ /dev/null
@@ -1,19 +0,0 @@
-; RUN: llvm-dlltool -m i386:x86-64 --input-def %s --output-lib %t.a
-; RUN: llvm-readobj -coff-exports %t.a | FileCheck %s
-
-LIBRARY test.dll
-EXPORTS
-TestFunction==AltTestFunction
-
-; CHECK: File: test.dll
-; CHECK: Format: COFF-x86-64
-; CHECK: Arch: x86_64
-; CHECK: AddressSize: 64bit
-; CHECK: File: test.dll
-; CHECK: Format: COFF-x86-64
-; CHECK: Arch: x86_64
-; CHECK: AddressSize: 64bit
-; CHECK: File: test.dll
-; CHECK: Format: COFF-x86-64
-; CHECK: Arch: x86_64
-; CHECK: AddressSize: 64bit