[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 Sep 2 00:30:07 PDT 2024


DhruvSrivastavaX wrote:

> So, how different is AIX from linux? Should we be treating it as a flavour of linux. E.g., have HostInfoAIX derive from HostInfoLinux instead of copying it ?

AIX is UNIX based but its very different from Linux, so it cannot be treated as a flavour of Linux. 
For this PR, I have just added a boiler plate code from Linux, but the immediate next PR will be having AIX specific tweaks, as per community suggestions.
Here is the whole code in a draft PR:
#102601


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


More information about the lldb-commits mailing list