[PATCH] D86867: [obj2yaml] Add support for dumping the .debug_str section.

Xing GUO via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 2 19:57:47 PDT 2020


Higuoxing updated this revision to Diff 289624.
Higuoxing marked 7 inline comments as done.
Higuoxing added a comment.

Address comments.

It looks like `FileCheck` isn't happy when I put the `BASIC:` checking labels before the `COMMON:` labels, so I adjust the order a little.

Thanks for reviewing!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86867

Files:
  llvm/test/tools/obj2yaml/ELF/DWARF/debug-str.yaml
  llvm/tools/obj2yaml/elf2yaml.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86867.289624.patch
Type: text/x-patch
Size: 5212 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200903/0cd83f20/attachment.bin>


More information about the llvm-commits mailing list