[PATCH] D18749: 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
Wed Apr 13 15:44:28 PDT 2016


deadalnix added a comment.

@rafael , @whitequark , attribute id are not stable in LLVM. This is why getting the id from the name seems like the right path forward here.


http://reviews.llvm.org/D18749





More information about the llvm-commits mailing list