summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-mt/xml_error.test
diff options
context:
space:
mode:
authorEric Beckmann <ecbeckmann@google.com>2017-08-19 00:37:41 +0000
committerEric Beckmann <ecbeckmann@google.com>2017-08-19 00:37:41 +0000
commit91d8af53863aec05c28b38b81c69492d6276e98e (patch)
treee5ee91a83302bd2ee8c23a5a27aa270041178ea8 /llvm/test/tools/llvm-mt/xml_error.test
parent42479e02caccc8716418a10955371363105d1bf6 (diff)
downloadbcm5719-llvm-91d8af53863aec05c28b38b81c69492d6276e98e.tar.gz
bcm5719-llvm-91d8af53863aec05c28b38b81c69492d6276e98e.zip
llvm-mt: Merge manifest namespaces.
mt.exe performs a tree merge where certain element nodes are combined into one. This introduces the possibility of xml namespaces conflicting with each other. The original mt.exe has a hierarchy whereby certain namespace names can override others, and nodes that would then end up in ambigious namespaces have their namespaces explicitly defined. This namespace handles this merging process. llvm-svn: 311215
Diffstat (limited to 'llvm/test/tools/llvm-mt/xml_error.test')
-rw-r--r--llvm/test/tools/llvm-mt/xml_error.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/tools/llvm-mt/xml_error.test b/llvm/test/tools/llvm-mt/xml_error.test
index 762a6640254..40537cd05e9 100644
--- a/llvm/test/tools/llvm-mt/xml_error.test
+++ b/llvm/test/tools/llvm-mt/xml_error.test
@@ -11,8 +11,8 @@ RUN: FileCheck %s -check-prefix=EMPTY
EMPTY: llvm-mt error: attempted to merge empty manifest
-RUN: llvm-mt /inputresource:foo.res /manifest \
-RUN: %p/Inputs/test_manifest.manifest | FileCheck %s \
-RUN: -check-prefix=NOT_SUPPORTED
+RUN: llvm-mt /inputresource:foo.res \
+RUN: /manifest %p/Inputs/test_manifest.manifest \
+RUN: /out:%t | FileCheck %s -check-prefix=NOT_SUPPORTED
NOT_SUPPORTED: llvm-mt: ignoring unsupported 'inputresource:' option
OpenPOWER on IntegriCloud