[all-commits] [llvm/llvm-project] 1321e4: BPF: rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
yonghong-song via All-commits
all-commits at lists.llvm.org
Mon Oct 11 21:34:20 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1321e47298c722de9d2afe0e28d7122fa20e61bf
https://github.com/llvm/llvm-project/commit/1321e47298c722de9d2afe0e28d7122fa20e61bf
Author: Yonghong Song <yhs at fb.com>
Date: 2021-10-11 (Mon, 11 Oct 2021)
Changed paths:
M llvm/lib/Target/BPF/BTF.def
M llvm/lib/Target/BPF/BTF.h
M llvm/lib/Target/BPF/BTFDebug.cpp
M llvm/lib/Target/BPF/BTFDebug.h
M llvm/test/CodeGen/BPF/BTF/tag-1.ll
M llvm/test/CodeGen/BPF/BTF/tag-2.ll
Log Message:
-----------
BPF: rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
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.
Differential Revision: https://reviews.llvm.org/D111592
More information about the All-commits
mailing list