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

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 8 08:12:30 PDT 2020


probinson added a comment.

I accept that generating DWARF64 format for hand-written assembler source has use-cases.

I want to be VERY CLEAR that this patch series is specifically for the hand-written assembler source case ONLY.  I have not seen changes in this series that will permit generating DWARF64 format for C/C++ source.  As long as everyone understands that, I have no further objections to make.  Specifically, because the test is about hand-written assembler, the name `gen-dwarf64.s` is fine.


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

https://reviews.llvm.org/D81144





More information about the llvm-commits mailing list