[Lldb-commits] [lldb] [lldb][AIX] get host info for AIX (PR #134354)
Hemang Gadhavi via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 22 03:43:57 PDT 2025
================
@@ -40,8 +40,9 @@ TEST_F(HostTest, GetProcessInfo) {
triple.getEnvironment() == llvm::Triple::EnvironmentType::Android));
ProcessInstanceInfo Info;
+#ifndef _AIX
----------------
HemangGadhavi wrote:
Make sense.
Thanks for the suggestion let me make the changes.
https://github.com/llvm/llvm-project/pull/134354
More information about the lldb-commits
mailing list