[PATCH] D83116: [DWARFYAML] Add support for emitting multiple abbrev tables.

Xing GUO via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 3 03:12:19 PDT 2020


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


================
Comment at: llvm/tools/obj2yaml/dwarf2yaml.cpp:19
 #include <algorithm>
+#include <utility>
 
----------------
jhenderson wrote:
> I'm slightly surprised you needed to add this. Did this not compile without it?
I guess it was automatically added by the code completion tool.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83116





More information about the llvm-commits mailing list