[Lldb-commits] [lldb] [lldb][AIX] AIX Changes for MainLoop polling (PR #120378)
Dhruv Srivastava via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 26 07:15:17 PST 2024
DhruvSrivastavaX wrote:
> For me personally this would look better as thin syscall wrapper -- a static function with all arguments passed explicitly (since the arguments are modified, it would have to be MutableArrayRef, and not ArrayRef as I originally wrote), rather than a method, but this will work too.
Okay sure. That will increase the utility of the API. Done!
https://github.com/llvm/llvm-project/pull/120378
More information about the lldb-commits
mailing list