19 lines · plain
1REQUIRES: libxml22UNSUPPORTED: system-windows3 4RUN: not llvm-mt /manifest %p/Inputs/bad.manifest 2>&1 >/dev/null | FileCheck \5RUN: %s6 7CHECK: llvm-mt: error: invalid xml document8 9RUN: not llvm-mt /manifest %p/Inputs/empty.manifest 2>&1 >/dev/null | \10RUN: FileCheck %s -check-prefix=EMPTY11 12EMPTY: llvm-mt: error: attempted to merge empty manifest13 14RUN: llvm-mt /inputresource:foo.res \15RUN: /manifest %p/Inputs/test_manifest.manifest \16RUN: /out:%t | FileCheck %s -check-prefix=NOT_SUPPORTED17 18NOT_SUPPORTED: llvm-mt: ignoring unsupported 'inputresource:' option19