[PATCH] D46792: [LLVM-C] Add Bindings For Module Flags

whitequark via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 13 22:50:16 PDT 2018


whitequark added a comment.

> The data for the entries is owned by the module, the array is just an adapter for those entries - the user need only free. I can provide an explicit dispose for this in case we decide to change that user model or for clarity if you want.

Yes, the specific allocator used by LLVM is an implementation detail.


Repository:
  rL LLVM

https://reviews.llvm.org/D46792





More information about the llvm-commits mailing list