[PATCH] D19181: Map Attribute in the C API.
Amaury SECHET via llvm-commits
llvm-commits at lists.llvm.org
Sun May 1 15:15:06 PDT 2016
deadalnix added a comment.
@jyknight Complete API is nothing more than a set of getter/setter for function/parameters/return/calls and LLVMCreateAttribute to create attribute. We can add variation of LLVMCreateAttribute as new kind of attribute appear (for instance, target dependent ones).
http://reviews.llvm.org/D19181
More information about the llvm-commits
mailing list