This is an archive of the discontinued LLVM Phabricator instance.

BPF: rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
ClosedPublic

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

Details

Summary

Per discussion in https://reviews.llvm.org/D111199,
the existing btf_tag attribute will be renamed to
btf_decl_tag. This patch updated BTF backend to
use btf_decl_tag attribute name and also
renamed BTF_KIND_TAG to BTF_KIND_DECL_TAG.

Diff Detail

Event Timeline

yonghong-song created this revision.Oct 11 2021, 5:29 PM
yonghong-song requested review of this revision.Oct 11 2021, 5:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 11 2021, 5:29 PM
This revision is now accepted and ready to land.Oct 11 2021, 6:32 PM
This revision was automatically updated to reflect the committed changes.