blob: 20d1235face3b04bb5803b7d556b12e214018592 (
plain)
1
2
3
4
5
6
7
8
9
|
RUN: not llvm-mt /hello /nonsense
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
|