[PATCH] D45234: CMake: Check LLVM_ENABLE_LIBXML2 in clang

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 4 12:47:35 PDT 2018


rnk added a comment.

The only think that links against libxml2 is c-index-test. Surely nobody cares about installing c-index-test on some other machine that lacks the local version of libxml2. What's the use case for this to justify the complexity of interacting with LLVM's configuration options?


Repository:
  rC Clang

https://reviews.llvm.org/D45234





More information about the cfe-commits mailing list