[all-commits] [llvm/llvm-project] 3a7a9c: [lldb][AIX] HostInfoAIX Support (#117906)

Dhruv Srivastava via All-commits all-commits at lists.llvm.org
Mon Jan 6 02:28:10 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3a7a9c928671adc17046acc3a25e2d9bd5c80fcc
      https://github.com/llvm/llvm-project/commit/3a7a9c928671adc17046acc3a25e2d9bd5c80fcc
  Author: Dhruv Srivastava <dhruv.srivastava at ibm.com>
  Date:   2025-01-06 (Mon, 06 Jan 2025)

  Changed paths:
    A lldb/include/lldb/Host/aix/HostInfoAIX.h
    M lldb/source/Host/CMakeLists.txt
    A lldb/source/Host/aix/HostInfoAIX.cpp

  Log Message:
  -----------
  [lldb][AIX] HostInfoAIX Support  (#117906)

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

Added a HostInfoAIX file for the AIX platform. 
Most of the common functionalities are handled by the parent
HostInfoPosix now,
So we just have some basic functions implemented here.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list