[PATCH] D104213: [llvm-dlltool] [test] Test both short and long forms of options. NFC.
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 17 03:02:58 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4fe3d5248dfa: [llvm-dlltool] [test] Test both short and long forms of options. NFC. (authored by mstorsjo).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104213/new/
https://reviews.llvm.org/D104213
Files:
llvm/test/tools/llvm-dlltool/coff-noname.def
Index: llvm/test/tools/llvm-dlltool/coff-noname.def
===================================================================
--- llvm/test/tools/llvm-dlltool/coff-noname.def
+++ llvm/test/tools/llvm-dlltool/coff-noname.def
@@ -1,4 +1,6 @@
-; RUN: llvm-dlltool -k -m i386 --input-def %s --output-lib %t.a
+; RUN: llvm-dlltool -k -m i386 -d %s -l %t.a
+; RUN: llvm-readobj %t.a | FileCheck %s
+; RUN: llvm-dlltool --kill-at --machine i386 --input-def %s --output-lib %t.a
; RUN: llvm-readobj %t.a | FileCheck %s
LIBRARY test.dll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104213.352660.patch
Type: text/x-patch
Size: 526 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210617/e6c41943/attachment.bin>
More information about the llvm-commits
mailing list