[PATCH] D87179: Fix debug_abbrev emitter to only assign table id once

António Afonso via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 4 22:05:47 PDT 2020


aadsm added inline comments.


================
Comment at: llvm/test/tools/obj2yaml/MachO/debug-abbrev.yaml:4
+#      ABBREV: DWARF:
+# ABBREV-NEXT:   debug_abbrev:
+# ABBREV-NEXT:     - ID:              0
----------------
This test could be better if I added debug_infos and made sure it was pointing to table 0 as well. It would be a pain for me to make all the sizes and offsets match though. Is there an easy way to achieve this? How were the other tests created?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87179



More information about the llvm-commits mailing list