[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
Wed Sep 4 08:21:46 PDT 2024
DhruvSrivastavaX wrote:
One more thing. For platform differentiating files/paths like HostInfoAIX future files like PlatformAIX, How do you suggest we add them?
To keep the code path more streamlined, shall we keep their code under Linux with #if _AIX, Or shall we use some form of inheritance to keep AIX as its own platform?
https://github.com/llvm/llvm-project/pull/106910
More information about the lldb-commits
mailing list