[PATCH] D60322: [LLVM-C] Begin to Expose A More General Binary Interface

whitequark via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 5 12:44:59 PDT 2019


whitequark added a comment.

SGTM, just one question about ownership.



================
Comment at: llvm/include/llvm-c/Object.h:74
+ */
+LLVMMemoryBufferRef LLVMBinaryGetMemoryBuffer(LLVMBinaryRef BR);
+
----------------
Who owns the returned memory buffer?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60322





More information about the llvm-commits mailing list