================ Comment at: llvm/cmake/config-ix.cmake:297 @@ -296,1 +296,3 @@ +find_package(LibXml2) +if (LIBXML2_FOUND) ---------------- I wonder about this being in config-ix.cmake. It's not how it's generally done in CMake. http://llvm-reviews.chandlerc.com/D170