This is an archive of the discontinued LLVM Phabricator instance.

[Clang][Attr] rename btf_tag to btf_decl_tag
ClosedPublic

Authored by yonghong-song on Oct 11 2021, 5:20 PM.

Details

Summary

Current btf_tag is applied to declaration only.
Per discussion in https://reviews.llvm.org/D111199,
we plan to introduce btf_type_tag attribute for types.
So rename btf_tag to btf_decl_tag to make it easily
differentiable from btf_type_tag.

Diff Detail