[PATCH] D46792: [LLVM-C] Add Bindings For Module Flags
whitequark via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 13 21:55:35 PDT 2018
whitequark requested changes to this revision.
whitequark added inline comments.
This revision now requires changes to proceed.
================
Comment at: include/llvm-c/Core.h:721
+ * Returns the module flags as an array of flag-key-value triples. The caller
+ * is responsible for freeing this array.
+ *
----------------
The caller is going to free this array how? LLVM provides dispose functions but I don't see one here.
Repository:
rL LLVM
https://reviews.llvm.org/D46792
More information about the llvm-commits
mailing list