[PATCH] D47561: [CMake] Unify handling of libxml2 with other libraries
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 30 15:01:08 PDT 2018
phosek created this revision.
phosek added reviewers: beanz, vitalybuka, delcypher.
Herald added subscribers: llvm-commits, hiraditya, mgorny.
Use LLVM_ENABLE_LIBXML2 to enable the use of libxml2 and HAVE_LIBXML2
to signal its presence.
Repository:
rL LLVM
https://reviews.llvm.org/D47561
Files:
llvm/cmake/config-ix.cmake
llvm/cmake/modules/LLVMConfig.cmake.in
llvm/include/llvm/Config/config.h.cmake
llvm/lib/WindowsManifest/CMakeLists.txt
llvm/lib/WindowsManifest/WindowsManifestMerger.cpp
llvm/test/CMakeLists.txt
llvm/test/lit.cfg.py
llvm/test/lit.site.cfg.py.in
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47561.149209.patch
Type: text/x-patch
Size: 4697 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180530/dec379e0/attachment.bin>
More information about the llvm-commits
mailing list