[PATCH] D85636: [llvm-dwarfdump] Fix misleading scope byte coverage statistics

Xing GUO via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 20 20:57:08 PDT 2020


Higuoxing added inline comments.


================
Comment at: llvm/test/tools/llvm-dwarfdump/X86/stats-scope-bytes-covered.yaml:43-72
+    - Code:     1
+      Tag:      DW_TAG_compile_unit
+      Children: DW_CHILDREN_yes
+      Attributes:
+        - Attribute: DW_AT_low_pc
+          Form:      DW_FORM_addr
+        - Attribute: DW_AT_high_pc
----------------
Hi, yaml2obj now supports emitting multiple abbrev tables after 290e399f967390648ec7cf53c4b75a883a90b609 and f7ff0ace96db9164dcde232c36cab6519ea4fce8. We should insert an additional key `Table:` in `debug_abbrev:`. yaml2obj and obj2yaml are heavily developed recently, if something doesn't work please feel free to ping me, thanks!


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

https://reviews.llvm.org/D85636



More information about the llvm-commits mailing list