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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Doxygen comment?