[PATCH] D19181: Map Attribute in the C API.
Amaury SECHET via llvm-commits
llvm-commits at lists.llvm.org
Tue May 3 06:00:09 PDT 2016
deadalnix added a comment.
You get it for return :
void LLVMAddReturnAttr(LLVMValueRef Fn, LLVMAttributeRef A);
void LLVMRemoveReturnAttr(LLVMValueRef Fn, unsigned KindID);
LLVMAttributeRef LLVMGetReturnAttr(LLVMValueRef Fn, unsigned KindID);
Then the same for calls, functions and parameters.
http://reviews.llvm.org/D19181
More information about the llvm-commits
mailing list