[PATCH] D86614: [DWARFYAML] Make the debug_abbrev_offset field optional.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 27 02:04:04 PDT 2020


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

LGTM, thanks.



================
Comment at: llvm/lib/ObjectYAML/DWARFEmitter.cpp:456
+        // able to find the associated abbrev table. We consume the error and
+        // assign 0 to the debug_abbrev_offset in such circumstance.
+        consumeError(AbbrevTableInfoOrErr.takeError());
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86614



More information about the llvm-commits mailing list