[clang] [lldb] [llvm] Extending LLDB to work on AIX (PR #102601)
David Spickett via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 9 07:41:13 PDT 2024
================
@@ -11,6 +11,11 @@
#include "lldb/Host/Config.h"
+#if defined(__AIX__)
+//FIXME for AIX
+#undef LLDB_ENABLE_LIBXML2
----------------
DavidSpickett wrote:
In theory if you configure with `-DLLDB_ENABLE_LIBXML2=OFF`, the libxml2 parts will be removed. Was something else being included despite that?
https://github.com/llvm/llvm-project/pull/102601
More information about the cfe-commits
mailing list