[PATCH] D82275: [DWARFYAML][debug_info] Add support for error handling.

Xing GUO via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 22 02:06:31 PDT 2020


Higuoxing marked an inline comment as done.
Higuoxing added inline comments.


================
Comment at: llvm/lib/ObjectYAML/DWARFVisitor.h:16
 #include "llvm/BinaryFormat/Dwarf.h"
+#include "llvm/Support/Error.h"
 #include "llvm/Support/MemoryBuffer.h"
----------------
jhenderson wrote:
> Could you forward declare `Error` here, rather than having an extra include?
Sure, I will do it later. Thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82275





More information about the llvm-commits mailing list