[PATCH] D80382: [MC] Implement generating 64-bit debug info.

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 4 13:51:10 PDT 2020


probinson added a comment.

Some of these changes are specific to cases where we are emitting DWARF describing assembler source; I don't see any reason to support DWARF-64 for those cases.  (In general, any functions with GenDwarf in the name are for this case.)  Also in most cases the DWARF version for sections describing assembler source are hard-coded to DWARF version 2, which did not define the DWARF-64 format.


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

https://reviews.llvm.org/D80382





More information about the llvm-commits mailing list