forked from OSchip/llvm-project
[llvm-dlltool] [test] Test both short and long forms of options. NFC.
Differential Revision: https://reviews.llvm.org/D104213
This commit is contained in:
parent
d7550e5d10
commit
4fe3d5248d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue