This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1778f81efa1 [AArch64] Fix some Clang-tidy modernize-use-using and Inclu [...] new ec76cbbaaab Reapply "llvm-mt: implement simple merging of manifests, no [...]
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 | 154 ++++++++++++++++++++++- 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, 242 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