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
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
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