================ @@ -715,7 +715,7 @@ ConnectionFileDescriptor::ConnectFD(llvm::StringRef s, ConnectionStatus ConnectionFileDescriptor::ConnectFile( llvm::StringRef s, socket_id_callback_type socket_id_callback, Status *error_ptr) { -#if LLDB_ENABLE_POSIX +#if LLDB_ENABLE_POSIX && !defined(_AIX) ---------------- DavidSpickett wrote:
I'm thinking about what this implies. Which is that while AIX is Posix, it is not Posix in the specific way this code needs. Can you tell me what specifically about the following code does not work on AIX? (I doubt it will be worth changing the meaning of `LLDB_ENABLE_POSIX`, but perhaps we should note what part of this code doesn't work on AIX) https://github.com/llvm/llvm-project/pull/120979 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits