[PATCH] D61532: implement of the parsing symbol table for xcoffobjfile and output as yaml format

Sean Fertile via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 14 12:00:14 PDT 2019


sfertile added inline comments.


================
Comment at: llvm/tools/obj2yaml/xcoff2yaml.cpp:34
   dumpHeader();
+  if ((EC = dumpSymbols()))
+    return EC;
----------------
What gets returned when this is false?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D61532





More information about the llvm-commits mailing list