[PATCH] D18749: Add LLVMGetAttrKindIDInContext in the C API in order to facilitate migration away from LLVMAttribute
whitequark via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 4 00:14:31 PDT 2016
whitequark added inline comments.
================
Comment at: include/llvm-c/Core.h:438
@@ +437,3 @@
+unsigned LLVMGetAttrKindIDInContext(LLVMContextRef C, const char* Name,
+ unsigned SLen);
+unsigned LLVMGetAttrKindID(const char* Name, unsigned SLen);
----------------
Header doesn't match source.
http://reviews.llvm.org/D18749
More information about the llvm-commits
mailing list