[PATCH] D81144: [MC] Generate .debug_line in the 64-bit DWARF format [2/7]
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 5 07:11:28 PDT 2020
hubert.reinterpretcast added a comment.
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`.
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