[PATCH] D53212: inhereit LLVM_ENABLE_LIBXML2
Michał Górny via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 12 13:11:39 PDT 2018
mgorny added inline comments.
================
Comment at: CMakeLists.txt:92
option(CLANG_ENABLE_BOOTSTRAP "Generate the clang bootstrap target" OFF)
+ option(LLVM_ENABLE_LIBXM2 "Use libxml2 if available." ON)
----------------
I suppose it will work better without typos.
Repository:
rC Clang
https://reviews.llvm.org/D53212
More information about the cfe-commits
mailing list