diff options
author | Martin Storsjö <martin@martin.st> | 2021-06-14 13:23:01 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2021-06-17 13:02:34 +0300 |
commit | 4fe3d5248dfae0a864f0cf0c77d10c4a966f05a9 (patch) | |
tree | 3a2ebde3a1f9f83d69483009a2169081ff92eebe | |
parent | d7550e5d105f998ea34bd6c51c03d37a8c546025 (diff) | |
download | llvm-4fe3d5248dfae0a864f0cf0c77d10c4a966f05a9.zip llvm-4fe3d5248dfae0a864f0cf0c77d10c4a966f05a9.tar.gz llvm-4fe3d5248dfae0a864f0cf0c77d10c4a966f05a9.tar.bz2 |
[llvm-dlltool] [test] Test both short and long forms of options. NFC.
Differential Revision: https://reviews.llvm.org/D104213
-rw-r--r-- | llvm/test/tools/llvm-dlltool/coff-noname.def | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-dlltool/coff-noname.def b/llvm/test/tools/llvm-dlltool/coff-noname.def index 6631109..27e60ef 100644 --- a/llvm/test/tools/llvm-dlltool/coff-noname.def +++ b/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 |