[llvm] 750e716 - [capi][nfc] Reference Function::getFunctionType in LLVMGlobalGetValueType (#132102)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 20 03:19:23 PDT 2025
Author: Mike Aizatsky
Date: 2025-03-20T11:19:19+01:00
New Revision: 750e716ef04ec33c8abc83d95d9c271009557c4a
URL: https://github.com/llvm/llvm-project/commit/750e716ef04ec33c8abc83d95d9c271009557c4a
DIFF: https://github.com/llvm/llvm-project/commit/750e716ef04ec33c8abc83d95d9c271009557c4a.diff
LOG: [capi][nfc] Reference Function::getFunctionType in LLVMGlobalGetValueType (#132102)
Added:
Modified:
llvm/include/llvm-c/Core.h
Removed:
################################################################################
diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h
index a414e2061a595..871e5eb8457d7 100644
--- a/llvm/include/llvm-c/Core.h
+++ b/llvm/include/llvm-c/Core.h
@@ -2543,6 +2543,7 @@ void LLVMSetUnnamedAddress(LLVMValueRef Global, LLVMUnnamedAddr UnnamedAddr);
* type of a global value which is always a pointer type.
*
* @see llvm::GlobalValue::getValueType()
+ * @see llvm::Function::getFunctionType()
*/
LLVMTypeRef LLVMGlobalGetValueType(LLVMValueRef Global);
More information about the llvm-commits
mailing list