[all-commits] [llvm/llvm-project] 39f5a4: [lldb][AIX] Support for XCOFF Sections (#131304)

Dhruv Srivastava via All-commits all-commits at lists.llvm.org
Mon May 12 05:22:24 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 39f5a420b6801c0cb6035ec77c53154674786a60
      https://github.com/llvm/llvm-project/commit/39f5a420b6801c0cb6035ec77c53154674786a60
  Author: Dhruv Srivastava <dhruv.srivastava at ibm.com>
  Date:   2025-05-12 (Mon, 12 May 2025)

  Changed paths:
    M lldb/source/Plugins/ObjectFile/XCOFF/ObjectFileXCOFF.cpp
    M lldb/test/Shell/ObjectFile/XCOFF/basic-info.yaml

  Log Message:
  -----------
  [lldb][AIX] Support for XCOFF Sections (#131304)

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

Incremental PR on ObjectFileXCOFF.cpp
This PR is intended to handle XCOFF sections.



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