[PATCH] D19081: Add LLVMGetAttrKindIDInContext in the C API in order to facilitate migration away from LLVMAttribute

Amaury SECHET via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 14 10:54:03 PDT 2016


deadalnix added a comment.

> > Will target dependent attributes be covered by the API (like "no-sse")? Or is it only the regular attributes?

> 

> 

> Well they really should be.


I don't think this is in the scope of this patch. These are different kind of attributes. There is already some sparse support for these in the C API with functions like "LLVMAddTargetDependentFunctionAttr" but support is sparse.


http://reviews.llvm.org/D19081





More information about the llvm-commits mailing list