summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-mt/help.test
diff options
context:
space:
mode:
authorEric Beckmann <ecbeckmann@google.com>2017-07-17 21:35:12 +0000
committerEric Beckmann <ecbeckmann@google.com>2017-07-17 21:35:12 +0000
commit829985067003c645f61e64dab15de6dfaf2f278a (patch)
treed278d942e79d504921f1df2bcecf0b721bd17091 /llvm/test/tools/llvm-mt/help.test
parent6d6f2fa19847bec6f6e5b6b5d52766d1d48996bd (diff)
downloadbcm5719-llvm-829985067003c645f61e64dab15de6dfaf2f278a.tar.gz
bcm5719-llvm-829985067003c645f61e64dab15de6dfaf2f278a.zip
Create empty shell of llvm-mt.
Summary: This is the first patch towards creating the llvm-mt tool for merging Windows manifests. This is a reimplementation of mt.exe. Reviewers: zturner, ruiu, rnk Subscribers: llvm-commits, mgorny Differential Revision: https://reviews.llvm.org/D35333 llvm-svn: 308224
Diffstat (limited to 'llvm/test/tools/llvm-mt/help.test')
-rw-r--r--llvm/test/tools/llvm-mt/help.test7
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-mt/help.test b/llvm/test/tools/llvm-mt/help.test
new file mode 100644
index 00000000000..8b8df063e3a
--- /dev/null
+++ b/llvm/test/tools/llvm-mt/help.test
@@ -0,0 +1,7 @@
+RUN: llvm-mt /? | FileCheck %s -check-prefix=HELP
+
+RUN: llvm-mt /inputresource:foo.res /manifest foo.manifest | FileCheck %s -check-prefix=NOT_SUPPORTED
+
+HELP: OVERVIEW: Manifest Tool
+
+NOT_SUPPORTED: llvm-mt: ignoring unsupported 'inputresource:' option
OpenPOWER on IntegriCloud