[PATCH] D81145: [MC] Generate a compilation unit in the 64-bit DWARF format [3/7]

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 4 14:57:22 PDT 2020


dblaikie added a comment.

In D81145#2074692 <https://reviews.llvm.org/D81145#2074692>, @probinson wrote:

> This patch is for generating DWARF-64 format for raw assembler source.  Why is that an interesting case?  I could see wanting to emit a .debug_info section for higher level languages in DWARF-64 format, but that is not what this patch does.


Might be best to keep the fundamental design direction/question here in one thread ( https://reviews.llvm.org/D81144 ) rather than in all of them. Patches are in a series, so if that one ends up going another direction I don't think there's a risk these later ones will be reviewed/approved/committed in spite of that fundamental question.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81145





More information about the llvm-commits mailing list