[PATCH] D35752: llvm-mt: handle initial merge, not considering namespaces.

Eric Beckmann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 21 17:57:32 PDT 2017


ecbeckmann created this revision.
Herald added subscribers: hiraditya, mgorny.

This patch does a simple merge, where "mergeable" elements are
combined, and all others are simply appended.  This does not yet apply the
tricky namespace rules.


https://reviews.llvm.org/D35752

Files:
  llvm/cmake/config-ix.cmake
  llvm/include/llvm/Support/WindowsManifestMerger.h
  llvm/lib/Support/CMakeLists.txt
  llvm/lib/Support/WindowsManifestMerger.cpp
  llvm/test/CMakeLists.txt
  llvm/test/tools/llvm-mt/Inputs/additional.manifest
  llvm/test/tools/llvm-mt/Inputs/conflicting.manifest
  llvm/test/tools/llvm-mt/Inputs/test_manifest.manifest
  llvm/test/tools/llvm-mt/conflicting.test
  llvm/test/tools/llvm-mt/simple_merge.test
  llvm/tools/llvm-mt/llvm-mt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35752.107764.patch
Type: text/x-patch
Size: 12911 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170722/4707b67b/attachment-0001.bin>


More information about the llvm-commits mailing list