[Lldb-commits] [PATCH] D86194: [DWARFYAML] Add support for emitting multiple abbrev tables.
James Henderson via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 19 02:04:23 PDT 2020
jhenderson accepted this revision.
jhenderson added a comment.
This revision is now accepted and ready to land.
LGTM, except for the new test change - I think that should be in a different patch.
================
Comment at: llvm/test/ObjectYAML/MachO/DWARF-debug_abbrev.yaml:1
+## Test that yaml2obj is able to emit the __debug_abbrev section and obj2yaml is able to
+## convert it back.
----------------
Let's move this test change into a different patch, to avoid doing too much at once.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86194/new/
https://reviews.llvm.org/D86194
More information about the lldb-commits
mailing list