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

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 4 18:46:34 PDT 2020


probinson added a comment.

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?


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