[clang] [lldb] [llvm] Extending LLDB to work on AIX (PR #102601)
Dhruv Srivastava via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 26 00:27:55 PST 2024
DhruvSrivastavaX wrote:
> BTW, the main loop changes are something that you should be able to upstream quite easily. It sounds like the main problem is that you don't have a ppoll syscall, but the last round of changes means that ppoll is not actually necessary for its operation (the only reason to use it is the increased precision)
Hmm. That is good idea too. I think we can work on that. Thanks!!
https://github.com/llvm/llvm-project/pull/102601
More information about the cfe-commits
mailing list