================
@@ -154,7 +154,7 @@ if (CMAKE_SYSTEM_NAME MATCHES "NetBSD")
   list(APPEND EXTRA_LIBS kvm)
 endif()
 if (LLDB_ENABLE_LIBXML2)
-  list(APPEND EXTRA_LIBS LibXml2::LibXml2)
+  list(APPEND EXTRA_LIBS LibXml2::LibXml2Shared)
----------------
zmodem wrote:

Hmm, over in https://github.com/llvm/llvm-project/pull/170513 we're linking 
LLDB against static libxml and that seems to work fine.

It sounds like this would potentially break that?

https://github.com/llvm/llvm-project/pull/166867
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to