================
@@ -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)
----------------
DhruvSrivastavaX wrote:

The problem here is specific to the port speed B115200 which is currently not 
supported in AIX so my initial approach was to disable this functionality as a 
whole, since we didnt have any immediate need of it. Would it be okay to try 
lower speeds available in AIX for this operation specifically for AIX? 
As such with some basic testing, I dont see any issues probably because alot of 
the implementation is yet to be done in this area but in your opinion what 
use-cases might be affected if any?

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

Reply via email to