[PATCH] D81144: [MC] Generate .debug_line in the 64-bit DWARF format [2/7]

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 5 07:45:38 PDT 2020


ikudrin added a comment.

In D81144#2076343 <https://reviews.llvm.org/D81144#2076343>, @hubert.reinterpretcast wrote:

> In D81144#2075532 <https://reviews.llvm.org/D81144#2075532>, @jhenderson wrote:
>
> > Supporting the asm code path sounds necessary to me too.
>
>
> Does this imply that something other than generating `.loc`/`.file` to the assembler? Quite a bit of the code is in `MCObjectStreamer` and not in `lib/MC/MCDwarf.cpp`.


The goal of this particular set of patches is to add generating of the 64-bit debug info sections to `llvm-mc`, so that all the debug info the tool generates can be in the `DWARF64` format. If you know any particular code paths I missed regarding this goal, please let me know.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81144





More information about the llvm-commits mailing list