[PATCH] D81820: [ObjectYAML][ELF] Add support for emitting the .debug_abbrev section.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 15 04:19:08 PDT 2020


jhenderson accepted this revision.
jhenderson added a comment.
This revision is now accepted and ready to land.

LGTM, but please wait for others to confirm.



================
Comment at: llvm/test/tools/yaml2obj/ELF/DWARF/debug-abbrev.yaml:93-94
+      Attributes:
+          ## Test an attribute value that is more than one byte.
+        - Attribute: DW_AT_call_pc
+          ## Test a form value that is more than one byte.
----------------
Fine to leave this here, but you do have that with the 0x2020 value below :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81820





More information about the llvm-commits mailing list