zturner added inline comments.

================
Comment at: source/Host/CMakeLists.txt:166-168
+  if (LIBXML2_FOUND)
+    list(APPEND EXTRA_LIBS ${LIBXML2_LIBRARIES})
+  endif()
----------------
Even if libxml is found, that doesn't mean the build is configured to use it, 
does it?  Correct me if I'm wrong.  if "libxml exists" is the same as "i want 
to use libxml" then this seems fine.


Repository:
  rL LLVM

https://reviews.llvm.org/D36885



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to