phosek added inline comments.
================ Comment at: CMakeLists.txt:191 +# are cross-compiling. +if(NOT CMAKE_SYSROOT AND NOT CMAKE_CROSSCOMPILING AND NOT LLVM_USE_SANITIZER MATCHES "Memory.*") set (LIBXML2_FOUND 0) ---------------- This isn't going to cause a problem for us since we always build LLVM against explicit sysroot even building for host, but we would still like to link against libxml2, except it should come from our sysroot rather than host. Repository: rC Clang https://reviews.llvm.org/D48459 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits