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.
Details
Details
- Reviewers
ast anakryiko - Commits
- rG1321e47298c7: BPF: rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo