Files
clang-p2996/lldb/source/Host/posix/MainLoopPosix.cpp
Dhruv Srivastava bca055f2ac [lldb] AIX Changes for MainLoop polling (#120378)
This PR is in reference to porting LLDB on AIX.

Link to discussions on llvm discourse and github:

1. https://discourse.llvm.org/t/port-lldb-to-ibm-aix/80640
2. https://github.com/llvm/llvm-project/issues/101657
The complete changes for porting are present in this draft PR:
https://github.com/llvm/llvm-project/pull/102601

Dropping changes for MainLoop polling in AIX, as `ppoll` is not
supported in AIX currently.
This change is part of the couple of minimal changes required to build a
minimal `lldb` binary on AIX
2024-12-27 09:12:26 +01:00

11 KiB