Eric Beckmann | 21c7e9e | 2017-07-18 01:13:10 +0000 | [diff] [blame^] | 1 | RUN: not llvm-mt /hello /nonsense |
2 | |||||
Eric Beckmann | 8299850 | 2017-07-17 21:35:12 +0000 | [diff] [blame] | 3 | RUN: llvm-mt /? | FileCheck %s -check-prefix=HELP |
4 | |||||
5 | RUN: llvm-mt /inputresource:foo.res /manifest foo.manifest | FileCheck %s -check-prefix=NOT_SUPPORTED | ||||
6 | |||||
7 | HELP: OVERVIEW: Manifest Tool | ||||
8 | |||||
9 | NOT_SUPPORTED: llvm-mt: ignoring unsupported 'inputresource:' option |