[PATCH] D67488: [lib/ObjectYAML] - Change interface to return `bool` instead of `int`. NFCI.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 12 03:44:27 PDT 2019


grimar created this revision.
grimar added reviewers: jhenderson, MaskRay, sbc100.
Herald added a subscriber: aheejin.
grimar added a child revision: D67445: [yaml2obj/ObjectYAML] - Cleanup the error reporting API, add custom errors handlers..

It was suggested in comments for D67445 <https://reviews.llvm.org/D67445> to split this part.


https://reviews.llvm.org/D67488

Files:
  include/llvm/ObjectYAML/yaml2obj.h
  lib/ObjectYAML/COFFEmitter.cpp
  lib/ObjectYAML/ELFEmitter.cpp
  lib/ObjectYAML/MachOEmitter.cpp
  lib/ObjectYAML/MinidumpEmitter.cpp
  lib/ObjectYAML/WasmEmitter.cpp
  lib/ObjectYAML/yaml2obj.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67488.219876.patch
Type: text/x-patch
Size: 7413 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190912/91081107/attachment.bin>


More information about the llvm-commits mailing list