[Lldb-commits] [lldb] [lldb][AIX] Taking Linux Host Info header's base for AIX (PR #106910)
Dhruv Srivastava via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 20 04:53:08 PST 2025
================
@@ -55,6 +55,9 @@
#elif defined(__APPLE__)
#include "lldb/Host/macosx/HostInfoMacOSX.h"
#define HOST_INFO_TYPE HostInfoMacOSX
+#elif defined(__AIX__)
----------------
DhruvSrivastavaX wrote:
Already merged
https://github.com/llvm/llvm-project/pull/106910
More information about the lldb-commits
mailing list