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

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 13 13:45:13 PDT 2016


So, I don't think we have *any* guarantees on the stability of the
name of attributes. Is this really something you want the C api to
access. If so, at the very least document that there is *no*
stability.

Cheers,
Rafael


On 13 April 2016 at 11:45, whitequark <whitequark at whitequark.org> wrote:
> whitequark accepted this revision.
> whitequark added a comment.
> This revision is now accepted and ready to land.
>
> LGTM. I agree with @wallbraker that the functions accepting AttrKindIDs will have to have their ABI versions bumped.
>
>
> http://reviews.llvm.org/D18749
>
>
>


More information about the llvm-commits mailing list