This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b0707e1a0da llvm-mt: implement simple merging of manifests, not factori [...] new 0c862f5c0f7 Revert "llvm-mt: implement simple merging of manifests, not [...]
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, 10 insertions(+), 238 deletions(-) delete mode 100644 test/tools/llvm-mt/Inputs/additional.manifest delete mode 100644 test/tools/llvm-mt/Inputs/conflicting.manifest delete mode 100644 test/tools/llvm-mt/conflicting.test delete mode 100644 test/tools/llvm-mt/simple_merge.test