[PATCH] D85094: [obj2yaml] Add support for dumping the .debug_aranges section.

Xing GUO via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 5 03:39:10 PDT 2020


Higuoxing added inline comments.


================
Comment at: llvm/tools/obj2yaml/elf2yaml.cpp:409
+      // If the DWARF section cannot be successfully parsed, emit raw content
+      // instead or an entry in the DWARF section of the YAML.
+      if (Err)
----------------
jhenderson wrote:
> Always check what I wrote makes sense - I make typos too :)
Oh, I didn't notice it 🤣. Thanks a lot!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85094



More information about the llvm-commits mailing list