This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2f55a43107d Revert "Reland "[LLVM][llvm-objcopy] Added basic plumbing t [...] new b0707e1a0da llvm-mt: implement simple merging of manifests, not factori [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Support/WindowsManifestMerger.h | 5 +- lib/Support/WindowsManifestMerger.cpp | 150 ++++++++++++++++++++++- test/tools/llvm-mt/Inputs/additional.manifest | 24 ++++ test/tools/llvm-mt/Inputs/conflicting.manifest | 10 ++ test/tools/llvm-mt/Inputs/test_manifest.manifest | 12 +- test/tools/llvm-mt/conflicting.test | 7 ++ test/tools/llvm-mt/simple_merge.test | 39 ++++++ tools/llvm-mt/llvm-mt.cpp | 1 - 8 files changed, 238 insertions(+), 10 deletions(-) create mode 100644 test/tools/llvm-mt/Inputs/additional.manifest create mode 100644 test/tools/llvm-mt/Inputs/conflicting.manifest create mode 100644 test/tools/llvm-mt/conflicting.test create mode 100644 test/tools/llvm-mt/simple_merge.test