[all-commits] [llvm/llvm-project] 325d00: [NFC][Attr] rename attribute btf_tag to btf_decl_tag
yonghong-song via All-commits
all-commits at lists.llvm.org
Mon Oct 11 21:15:41 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 325d000765eaaf547e775d4018ec8c92cb65a768
https://github.com/llvm/llvm-project/commit/325d000765eaaf547e775d4018ec8c92cb65a768
Author: Yonghong Song <yhs at fb.com>
Date: 2021-10-11 (Mon, 11 Oct 2021)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
M llvm/test/Bitcode/attr-btf_tag-dicomposite.ll
M llvm/test/Bitcode/attr-btf_tag-diglobalvariable.ll
M llvm/test/Bitcode/attr-btf_tag-disubprogram.ll
M llvm/test/Bitcode/attr-btf_tag-field.ll
M llvm/test/Bitcode/attr-btf_tag-parameter.ll
M llvm/test/DebugInfo/attr-btf_tag.ll
Log Message:
-----------
[NFC][Attr] rename attribute btf_tag to btf_decl_tag
Per discussion in https://reviews.llvm.org/D111199,
the existing btf_tag attribute will be renamed to
btf_decl_tag. This patch mostly updated the Bitcode and
DebugInfo test cases with new attribute name.
Differential Revision: https://reviews.llvm.org/D111591
More information about the All-commits
mailing list