[PATCH] D81149: [MC] Generate .debug_frame in the 64-bit DWARF format [7/7]

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 4 05:24:49 PDT 2020


ikudrin created this revision.
ikudrin added reviewers: dblaikie, jhenderson, aprantl, probinson, MaskRay, echristo.
ikudrin added projects: LLVM, debug-info.
Herald added subscribers: hiraditya, emaste.
Herald added a reviewer: espindola.
ikudrin added a parent revision: D81148: [MC] Fix DWARF forms for 64-bit DWARFv3 files [6/7].

Note that `.eh_frame` sections are generated in the 32-bit format even when debug sections are 64-bit, for compatibility reasons. They use relative references between entries, so they hardly benefit from the 64-bit format.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81149

Files:
  llvm/lib/MC/MCDwarf.cpp
  llvm/test/MC/ELF/gen-dwarf64.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81149.268432.patch
Type: text/x-patch
Size: 4349 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200604/f5f6ba3f/attachment.bin>


More information about the llvm-commits mailing list