[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 03:16:39 PDT 2020


ikudrin added a comment.

In D81144#2074668 <https://reviews.llvm.org/D81144#2074668>, @probinson wrote:

> Therefore I think a test named "gen-dwarf64.s" would be somewhat misleading to people familiar with this area.  Please use a different name for your test.


The test was named after `gen-dwarf.s`, which generally checks generating (32-bit) debug info in `llvm-mc`. In this patch, it is mostly a placeholder, which is gradually extended in the subsequent patches. Anyway, if you have a better suggestion for the naming, please share.


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