[Lldb-commits] [lldb] [lldb][AIX] get host info for AIX (PR #134354)

Dhruv Srivastava via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 4 01:03:01 PDT 2025


================
@@ -141,6 +141,7 @@ else()
     add_host_subdirectory(aix
       aix/Host.cpp
       aix/HostInfoAIX.cpp
+      linux/Support.cpp
----------------
DhruvSrivastavaX wrote:

In the original draft PR, we have a copy file from linux for aix as well. 
Shall we use the linux version to avoid redundant code, or create a new one for aix? 
For the NativeProcessAIX, we are using the linux/Support.cpp as of now.

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


More information about the lldb-commits mailing list