[PATCH] D136700: clang: Add a cmake toggle to disable libclang's libxml2 dependency

2022-10-26 Thread Nico Weber via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGdf239a6c17fa: clang: Add a cmake toggle to disable libclang's libxml2 dependency (authored by thakis). Herald added a project: clang. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION htt

[PATCH] D136700: clang: Add a cmake toggle to disable libclang's libxml2 dependency

2022-10-26 Thread Hans Wennborg via Phabricator via cfe-commits
hans accepted this revision. hans added a comment. This revision is now accepted and ready to land. lgtm CHANGES SINCE LAST ACTION https://reviews.llvm.org/D136700/new/ https://reviews.llvm.org/D136700 ___ cfe-commits mailing list cfe-commits@lists

[PATCH] D136700: clang: Add a cmake toggle to disable libclang's libxml2 dependency

2022-10-25 Thread Nico Weber via Phabricator via cfe-commits
thakis created this revision. thakis added a reviewer: hans. Herald added a project: All. thakis requested review of this revision. By default, libclang will still depend on libxml2 according to LLVM_ENABLE_LIBXML2, but with this it's possible to make libclang not depend on libxml2 even though LLV