[all-commits] [llvm/llvm-project] 5ecd21: [NFC] Make unwind table internal data structures m...

AmirHossein PashaeeHir via All-commits all-commits at lists.llvm.org
Fri Jun 27 15:55:10 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5ecd21a46ab1344499af4fdc0c7d4f793909d53b
      https://github.com/llvm/llvm-project/commit/5ecd21a46ab1344499af4fdc0c7d4f793909d53b
  Author: AmirHossein PashaeeHir <42866056+amsen20 at users.noreply.github.com>
  Date:   2025-06-27 (Fri, 27 Jun 2025)

  Changed paths:
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
    M llvm/include/llvm/DebugInfo/DWARF/LowLevel/DWARFCFIProgram.h

  Log Message:
  -----------
  [NFC] Make unwind table internal data structures more accessible (#145804)

All these changes are being used in
[PR#145633](https://github.com/llvm/llvm-project/pull/145633)

`CFIProgram`:
- `addInstruction` methods already exists, but more convenient ones are
private, this PR makes them public

`UnwindLocation`:
- Added a field accessor method for `Dereference` like other field
access methods.



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