[Lldb-commits] [lldb] [lldb][AIX] Some base #if _AIX changes of a minimal lldb build (PR #120979)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 8 07:07:22 PST 2025
================
@@ -14,6 +14,7 @@
#include <cstddef>
#include <memory>
+#include <strings.h>
----------------
labath wrote:
If bzero is out, then the header should go out as well (unless it used for other things, but I don't see anything like that). If anyone wants to reintroduce bzero, they can/should re-add the header as well.
https://github.com/llvm/llvm-project/pull/120979
More information about the lldb-commits
mailing list