[PATCH] D60407: [LLVM-C] Add Section and Symbol Iterator Accessors for Object File Binaries

Robert Widmann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 9 14:08:18 PDT 2019


CodaFi updated this revision to Diff 194394.
CodaFi added a comment.

The ELF section and symbol iterators can produce error values which turn into NULL underlying data in the iterators.  Propagate this out as a NULL returned iterator.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60407

Files:
  llvm/include/llvm-c/Object.h
  llvm/lib/Object/Object.cpp
  llvm/tools/llvm-c-test/object.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60407.194394.patch
Type: text/x-patch
Size: 8465 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190409/f1a37e3d/attachment.bin>


More information about the llvm-commits mailing list