summaryrefslogtreecommitdiffstats
path: root/test/DllTool/coff-exports.def
diff options
context:
space:
mode:
Diffstat (limited to 'test/DllTool/coff-exports.def')
-rw-r--r--test/DllTool/coff-exports.def13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/DllTool/coff-exports.def b/test/DllTool/coff-exports.def
deleted file mode 100644
index 0226886a523c..000000000000
--- a/test/DllTool/coff-exports.def
+++ /dev/null
@@ -1,13 +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
-
-; CHECK: File: test.dll
-; CHECK: Format: COFF-import-file
-; CHECK: Type: code
-; CHECK: Name type: name
-; CHECK: Symbol: __imp_TestFunction
-; CHECK: Symbol: TestFunction