[PATCH] D35819: Move manifest utils into separate lib, to reduce libxml2 deps.
Eric Beckmann via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 24 15:55:51 PDT 2017
ecbeckmann created this revision.
Herald added subscribers: hiraditya, mgorny.
Previously were in support. Since many many things depend on support,
were all forced to also depend on libxml2, which we only want in a few cases.
This puts all the libxml2 deps in a separate lib to be used only in a few
places.
https://reviews.llvm.org/D35819
Files:
llvm/include/llvm/Support/WindowsManifestMerger.h
llvm/include/llvm/WindowsManifest/WindowsManifestMerger.h
llvm/include/llvm/module.modulemap
llvm/lib/CMakeLists.txt
llvm/lib/LLVMBuild.txt
llvm/lib/Support/CMakeLists.txt
llvm/lib/Support/WindowsManifestMerger.cpp
llvm/lib/WindowsManifest/CMakeLists.txt
llvm/lib/WindowsManifest/LLVMBuild.txt
llvm/lib/WindowsManifest/WindowsManifestMerger.cpp
llvm/tools/llvm-mt/CMakeLists.txt
llvm/tools/llvm-mt/LLVMBuild.txt
llvm/tools/llvm-mt/llvm-mt.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35819.107984.patch
Type: text/x-patch
Size: 8174 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170724/93c384e2/attachment.bin>
More information about the llvm-commits
mailing list