diff options
| author | Eric Beckmann <ecbeckmann@google.com> | 2017-08-19 00:37:41 +0000 |
|---|---|---|
| committer | Eric Beckmann <ecbeckmann@google.com> | 2017-08-19 00:37:41 +0000 |
| commit | 91d8af53863aec05c28b38b81c69492d6276e98e (patch) | |
| tree | e5ee91a83302bd2ee8c23a5a27aa270041178ea8 /llvm/test/tools/llvm-mt/help.test | |
| parent | 42479e02caccc8716418a10955371363105d1bf6 (diff) | |
| download | bcm5719-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/help.test')
| -rw-r--r-- | llvm/test/tools/llvm-mt/help.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-mt/help.test b/llvm/test/tools/llvm-mt/help.test index 190e90a1fdc..c42273a5c34 100644 --- a/llvm/test/tools/llvm-mt/help.test +++ b/llvm/test/tools/llvm-mt/help.test @@ -1,3 +1,7 @@ RUN: llvm-mt /h | FileCheck %s -check-prefix=HELP HELP: OVERVIEW: Manifest Tool + +RUN: not llvm-mt /foo 2>&1 >/dev/null | FileCheck %s -check-prefix=INVALID + +INVALID: llvm-mt error: invalid option /foo |

