[OpenACC] Implement 'collapse' for combined constructs.
[llvm-project.git] / llvm / test / tools / llvm-mt / xml_error.test
blob4d0a8ece43bf5c093c484a2498f8ad69511b8d19
1 REQUIRES: libxml2
2 UNSUPPORTED: system-windows
4 RUN: not llvm-mt /manifest %p/Inputs/bad.manifest 2>&1 >/dev/null | FileCheck \
5 RUN:   %s
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