[Lldb-commits] [lldb] [lldb][AIX] Added XCOFF Object File Header for AIX (PR #111814)

Dhruv Srivastava via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 10 04:51:31 PDT 2024


DhruvSrivastavaX wrote:

Hi Community Members, 

Apologies for being away for a while as I was occupied with some other activities. 
Here's some update at what all we are working on based on the past discussions:

1. Removed the CMAKE flag __AIX__ and replaced it with the LLVM environment's _AIX flag [**Done**]

2. We are working on merging some of the common files (like HostInfoAIX.cpp etc) derived from Linux while avoiding any major impact.
3. Working on creating a draft PR as suggested by @DavidSpickett , to highlight all the #if (_AIX) kind of code in the draft PR, to see the overall impact. 
4. Implementing additional functionalities which are currently missing on AIX.
5. Rearranging some of the code in the draft PR based on the previous discussions. 

Going forward @Lakshmi-Surekha will also be assisting me in some of the upstreaming activities. 

Thanks & Regards




https://github.com/llvm/llvm-project/pull/111814


More information about the lldb-commits mailing list