[PATCH] D81146: [MC] Generate .debug_aranges in the 64-bit DWARF format [4/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 D81146#2074627 <https://reviews.llvm.org/D81146#2074627>, @probinson wrote:

> This patch modifies EmitGenDwarfAranges(), which is used only when the assembler is generating DWARF to describe the assembler source.
>  I can't imagine anyone is really writing large enough assembler that they need to emit DWARF-64 format.  What is the motivation here?


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/D81146/new/

https://reviews.llvm.org/D81146





More information about the llvm-commits mailing list