2 UNSUPPORTED: system-windows
4 RUN: not llvm-mt /manifest %p/Inputs/bad.manifest 2>&1 >/dev/null | FileCheck \
7 CHECK: llvm-mt: error: invalid xml document
9 RUN: not llvm-mt /manifest %p/Inputs/empty.manifest 2>&1 >/dev/null | \
10 RUN: FileCheck %s -check-prefix=EMPTY
12 EMPTY: llvm-mt: error: attempted to merge empty manifest
14 RUN: llvm-mt /inputresource:foo.res \
15 RUN: /manifest %p/Inputs/test_manifest.manifest \
16 RUN: /out:%t | FileCheck %s -check-prefix=NOT_SUPPORTED
18 NOT_SUPPORTED: llvm-mt: ignoring unsupported 'inputresource:' option