[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
Thu Jun 4 19:51:37 PDT 2020


ikudrin added a comment.

I can agree that `DWARF64` is not needed for individual files, especially assembly files. They hardly can exceed `DWARF32` limitations. But object files are just intermediate, later they are combined to a larger executable binary, and, if that binary is large enough, we can hit the `DWARF32` limits. Converting debugging info at the linker stage does not seem to be an easy task, thus, the info should be prepared in an appropriate form from the beginning.


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