[PATCH] D111592: BPF: rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
Yonghong Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 11 17:29:04 PDT 2021
yonghong-song created this revision.
yonghong-song added reviewers: ast, anakryiko.
Herald added a subscriber: hiraditya.
yonghong-song requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D111592
Files:
llvm/lib/Target/BPF/BTF.def
llvm/lib/Target/BPF/BTF.h
llvm/lib/Target/BPF/BTFDebug.cpp
llvm/lib/Target/BPF/BTFDebug.h
llvm/test/CodeGen/BPF/BTF/tag-1.ll
llvm/test/CodeGen/BPF/BTF/tag-2.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111592.378839.patch
Type: text/x-patch
Size: 10156 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211012/76851fa8/attachment.bin>
More information about the llvm-commits
mailing list