[PATCH] D80203: [ObjectYAML][DWARF] Add DWARF entry in ELFYAML.

Xing GUO via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 26 21:46:22 PDT 2020


Higuoxing updated this revision to Diff 266415.
Higuoxing added a comment.

Thanks for reviewing!

----------

Addressed comments:

- sh_link can be overridden as well.
- Support generating debug sections from `RawContentSection` if their sh_type are the preserved one, e.g., SHT_DYNAMIC.
- Reject the input at the lexical level, if the debug section is initialized from `non-RawContentSection`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80203

Files:
  llvm/include/llvm/ObjectYAML/DWARFYAML.h
  llvm/include/llvm/ObjectYAML/ELFYAML.h
  llvm/lib/ObjectYAML/DWARFYAML.cpp
  llvm/lib/ObjectYAML/ELFEmitter.cpp
  llvm/lib/ObjectYAML/ELFYAML.cpp
  llvm/test/tools/yaml2obj/ELF/DWARF/debug-str.yaml

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80203.266415.patch
Type: text/x-patch
Size: 18335 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200527/85bae0c0/attachment.bin>


More information about the llvm-commits mailing list