[PATCH] D81146: [MC] Generate .debug_aranges in the 64-bit DWARF format [4/7]

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 4 20:24:04 PDT 2020


dblaikie added a comment.

In D81146#2075123 <https://reviews.llvm.org/D81146#2075123>, @probinson wrote:

> So if we want DWARF-64 .debug_aranges for both asm source and higher-level language source....
>  This patch only does the asm source path, not the main path.  I am not 100% clear where the other path is, but I see code to emit .debug_aranges in lib/DWARFLinker/DWARFStreamer.cpp, is that where the normal path is now?


Yep, adding support for higher level source/LLVM IR will be a separate patch/independent change. It'll be in llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp - llvm::DwarfDebug::emitDebugARanges


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81146





More information about the llvm-commits mailing list