We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc97eb commit 2a2be73Copy full SHA for 2a2be73
lldb/include/lldb/Host/HostInfo.h
@@ -55,6 +55,9 @@
55
#elif defined(__APPLE__)
56
#include "lldb/Host/macosx/HostInfoMacOSX.h"
57
#define HOST_INFO_TYPE HostInfoMacOSX
58
+#elif defined(_AIX)
59
+#include "lldb/Host/aix/HostInfoAIX.h"
60
+#define HOST_INFO_TYPE HostInfoAIX
61
#else
62
#include "lldb/Host/posix/HostInfoPosix.h"
63
#define HOST_INFO_TYPE HostInfoPosix
0 commit comments