[PATCH] D111591: [NFC][Attr] rename attribute btf_tag to btf_decl_tag

Yonghong Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 11 17:26:24 PDT 2021


yonghong-song created this revision.
yonghong-song added reviewers: ast, anakryiko, dblaikie.
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 mostly updated the Bitcode and 
DebugInfo test cases with new attribute name.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D111591

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111591.378837.patch
Type: text/x-patch
Size: 9200 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211012/ffdcc48e/attachment.bin>


More information about the llvm-commits mailing list