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

Robert Widmann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 13 22:51:02 PDT 2018


CodaFi added inline comments.


================
Comment at: include/llvm-c/Core.h:2013
+ */
+LLVMValueRef LLVMGetNamedGlobalAlias(LLVMModuleRef M, const char *Name);
+
----------------
whitequark wrote:
> Needs a size argument.
I'm going to offer a revision that adds a variant of LLVMValueGetName that returns the length as well to support this then.


Repository:
  rL LLVM

https://reviews.llvm.org/D46808





More information about the llvm-commits mailing list