[PATCH] D49031: [AccelTable] Extract EmitterInfo

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 6 09:23:09 PDT 2018


JDevlieghere created this revision.
JDevlieghere added reviewers: labath, echristo.
Herald added subscribers: hiraditya, aprantl.

When emitting the DWARF accelerator tables from dsymutil, we don't have a DwarfDebug instance and we use a custom class to represent Dwarf compile units. This patch adds an interface `AccelTableEmitterInfo` to abstract these from the `Dwarf5AccelTableEmitter`, so we can have a custom implementation for this in dsymutil.


Repository:
  rL LLVM

https://reviews.llvm.org/D49031

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49031.154423.patch
Type: text/x-patch
Size: 7091 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180706/0a2d6b19/attachment.bin>


More information about the llvm-commits mailing list