This is an archive of the discontinued LLVM Phabricator instance.

[cmake] Include LLVM_LIBXML2_ENABLED in LLVMConfig.cmake, PR36006
ClosedPublic

Authored by mgorny on Jan 18 2018, 11:07 AM.

Details

Summary

Include the LLVM_LIBXML2_ENABLED cache variable in LLVMConfig.cmake
in order to make it available for other LLVM packages to query. This
is necessary to fix stand-alone testing of LLD.

Diff Detail

Repository
rL LLVM

Event Timeline

mgorny created this revision.Jan 18 2018, 11:07 AM
hans accepted this revision.Jan 19 2018, 8:09 AM

lgtm

This revision is now accepted and ready to land.Jan 19 2018, 8:09 AM
This revision was automatically updated to reflect the committed changes.