This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 49fc1e6fbc4 [PDB] Remove stale GSI.h header that I intended to remove i [...] new f74bed27b43 Move manifest utils into separate lib, to reduce libxml2 deps. new 59859d99500 [lit] Attempt to fix Python unittest adaptor logic
The 2 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: .../WindowsManifestMerger.h | 0 include/llvm/module.modulemap | 6 +++ lib/CMakeLists.txt | 1 + lib/LLVMBuild.txt | 1 + lib/Support/CMakeLists.txt | 4 -- lib/WindowsManifest/CMakeLists.txt | 18 +++++++++ lib/{LineEditor => WindowsManifest}/LLVMBuild.txt | 44 +++++++++++----------- .../WindowsManifestMerger.cpp | 2 +- tools/llvm-mt/CMakeLists.txt | 1 + tools/llvm-mt/LLVMBuild.txt | 2 +- tools/llvm-mt/llvm-mt.cpp | 2 +- utils/lit/lit/run.py | 13 +++---- 12 files changed, 58 insertions(+), 36 deletions(-) rename include/llvm/{Support => WindowsManifest}/WindowsManifestMerger.h (100%) create mode 100644 lib/WindowsManifest/CMakeLists.txt copy lib/{LineEditor => WindowsManifest}/LLVMBuild.txt (85%) rename lib/{Support => WindowsManifest}/WindowsManifestMerger.cpp (99%)