[Lldb-commits] [lldb] [lldb][AIX] get host info for AIX (PR #134354)
Hemang Gadhavi via lldb-commits
lldb-commits at lists.llvm.org
Mon Apr 14 06:07:14 PDT 2025
================
@@ -141,6 +141,7 @@ else()
add_host_subdirectory(aix
aix/Host.cpp
aix/HostInfoAIX.cpp
+ linux/Support.cpp
----------------
HemangGadhavi wrote:
Hey @labath
Made the changes as per the discussion, I have added the common `posix/Support.cpp` for unix-like system, And kept as it as for three-arg overload linux specific and changed wherever it requires for getProcFile()
Please review once and give your comments.
Thanks
https://github.com/llvm/llvm-project/pull/134354
More information about the lldb-commits
mailing list