[PATCH] D78782: Add .debug_ranges support to the DWARF YAML.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 27 15:07:15 PDT 2020


aprantl added inline comments.


================
Comment at: llvm/include/llvm/ObjectYAML/DWARFYAML.h:79
+
+struct Ranges {
+  llvm::yaml::Hex32 Offset;
----------------
Doxygen comment that says which entries/section this corresponds?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78782





More information about the llvm-commits mailing list