[PATCH] D46808: [LLVM-C] Improve Bindings For Aliases

whitequark via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 13 18:54:04 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:2013
+ */
+LLVMValueRef LLVMGetNamedGlobalAlias(LLVMModuleRef M, const char *Name);
+
----------------
Needs a size argument.


Repository:
  rL LLVM

https://reviews.llvm.org/D46808





More information about the llvm-commits mailing list