[PATCH] D49102: [AccelTable] Provide DWARF5AccelTableStaticData for dsymutil.

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 9 14:49:05 PDT 2018


JDevlieghere created this revision.
JDevlieghere added reviewers: labath, aprantl, friss.
Herald added a subscriber: hiraditya.

For dsymutil we want to store offsets in the accelerator table entries
rather than DIE pointers. In addition, we need a way to communicate
which CU a DIE belongs to. This patch provides support for both of these
issues. It supersedes r336529 which will be reverted in favor of this.


Repository:
  rL LLVM

https://reviews.llvm.org/D49102

Files:
  llvm/include/llvm/CodeGen/AccelTable.h
  llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49102.154702.patch
Type: text/x-patch
Size: 12169 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180709/e0f25f3c/attachment.bin>


More information about the llvm-commits mailing list