[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
Mon Apr 8 07:02:37 PDT 2019


CodaFi created this revision.
CodaFi added reviewers: whitequark, deadalnix.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.

This brings us to full feature parity with the old API, so I've deprecated it and updated the tests.  I'll do a follow-up patch to do some more cleanup and documentation work in this header.


Repository:
  rG LLVM Github Monorepo

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.194138.patch
Type: text/x-patch
Size: 8208 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190408/17fcfbaf/attachment.bin>


More information about the llvm-commits mailing list