[Lldb-commits] [lldb] [lldb][AIX] Some base #if _AIX changes of a minimal lldb build (PR #120979)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 6 01:49:09 PST 2025


================
@@ -16,6 +16,9 @@
 #include <memory>
 #include <sys/socket.h>
 #include <sys/un.h>
+#ifdef _AIX
+#include <strings.h>
----------------
DavidSpickett wrote:

Please do a PR to switch this to memset. This is more standard and saves us from changing these includes.

https://github.com/llvm/llvm-project/pull/120979


More information about the lldb-commits mailing list