[PATCH] D74613: [DebugInfo] Fix printing CIE offsets in EH FDEs.

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 18 06:04:52 PST 2020


ikudrin updated this revision to Diff 245140.
ikudrin retitled this revision from "[DebugInfo] Fix printing CIE offset in EH FDEs." to "[DebugInfo] Fix printing CIE offsets in EH FDEs.".
ikudrin added a comment.

- Added a comment for CIEPointer describing the difference in EH and debug FDEs.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74613/new/

https://reviews.llvm.org/D74613

Files:
  lld/test/ELF/eh-frame-hdr-augmentation.s
  llvm/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
  llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
  llvm/test/DebugInfo/RISCV/eh-frame.s
  llvm/test/DebugInfo/X86/debug_frame-invalid-cie-offset.s
  llvm/test/MC/Mips/eh-frame.s
  llvm/test/tools/llvm-dwarfdump/X86/debug_frame_GNU_args_size.s
  llvm/test/tools/llvm-dwarfdump/X86/debug_frame_offset.test
  llvm/test/tools/llvm-objdump/eh_frame-arm64.test
  llvm/test/tools/llvm-objdump/eh_frame-coff.test
  llvm/test/tools/llvm-objdump/eh_frame-mipsel.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74613.245140.patch
Type: text/x-patch
Size: 8607 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200218/3c91480d/attachment.bin>


More information about the llvm-commits mailing list