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/Inputs/windows_settings.manifest | |
| 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/Inputs/windows_settings.manifest')
| -rw-r--r-- | llvm/test/tools/llvm-mt/Inputs/windows_settings.manifest | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-mt/Inputs/windows_settings.manifest b/llvm/test/tools/llvm-mt/Inputs/windows_settings.manifest new file mode 100644 index 00000000000..20e4adca10c --- /dev/null +++ b/llvm/test/tools/llvm-mt/Inputs/windows_settings.manifest @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<assembly xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings" manifestVersion="1.0"> + <asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"> + <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings"> + <dpiAware>true/pm</dpiAware> + </asmv3:windowsSettings> + </asmv3:application> +</assembly> |

