[PATCH] D117441: [DwarfDebug] Restore code that make comments stay aligned in DwarfDebug::emitDebugLocEntry

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 17 12:44:25 PST 2022


dblaikie added a comment.

Perhaps a reasonable intermediate solution would be to return the pad size from emitDIERef? (or have an exposed constant in ByteStreamer that's used in emitDIERef and can be used from the DwarfDebug code) and use that value in the DwarfDebug code so the values can't diverge, at least...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117441



More information about the llvm-commits mailing list