[PATCH] D45234: CMake: Check LLVM_ENABLE_LIBXML2 in clang

2023-09-21 Thread Stephen Crane via Phabricator via cfe-commits
rinon abandoned this revision. rinon added a comment. Looks like this was effectively implemented in c4d75361 , so this change is no longer necessary. Repository: rC Clang CHANGES SINCE LAST ACTION https://reviews.llvm.o

[PATCH] D45234: CMake: Check LLVM_ENABLE_LIBXML2 in clang

2018-04-04 Thread Stephen Crane via Phabricator via cfe-commits
rinon added a comment. I'd be fine with not building c-index-test when building clang, but I didn't see any easy way to disable it. My use-case here is just to build LLVM+clang without having to link against my system libxml2 at all. It's a rather weird build situation, but Android builds a to

[PATCH] D45234: CMake: Check LLVM_ENABLE_LIBXML2 in clang

2018-04-03 Thread Stephen Crane via Phabricator via cfe-commits
rinon created this revision. rinon added reviewers: hans, rnk. Herald added subscribers: cfe-commits, mgorny. If LLVM_ENABLE_LIBXML2=OFF, we should not attempt to link clang against libxml2. Repository: rC Clang https://reviews.llvm.org/D45234 Files: CMakeLists.txt Index: CMakeLists.txt