[NFC][Attr] rename attribute btf_tag to btf_decl_tag
authorYonghong Song <yhs@fb.com>
Mon, 11 Oct 2021 23:51:42 +0000 (16:51 -0700)
committerYonghong Song <yhs@fb.com>
Tue, 12 Oct 2021 03:57:31 +0000 (20:57 -0700)
commit325d000765eaaf547e775d4018ec8c92cb65a768
tree4a370eac05a4d13293aad04b15800ee0c28dbeed
parentb7c1ccd4229c0e4ea9da60a4853ac8759ba804c0
[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
llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
llvm/test/Bitcode/attr-btf_tag-dicomposite.ll
llvm/test/Bitcode/attr-btf_tag-diglobalvariable.ll
llvm/test/Bitcode/attr-btf_tag-disubprogram.ll
llvm/test/Bitcode/attr-btf_tag-field.ll
llvm/test/Bitcode/attr-btf_tag-parameter.ll
llvm/test/DebugInfo/attr-btf_tag.ll