This is an archive of the discontinued LLVM Phabricator instance.

[NFC][Attr] rename attribute btf_tag to btf_decl_tag
ClosedPublic

Authored by yonghong-song on Oct 11 2021, 5:26 PM.

Details

Summary

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.

Diff Detail

Event Timeline

yonghong-song created this revision.Oct 11 2021, 5:26 PM
yonghong-song requested review of this revision.Oct 11 2021, 5:26 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 11 2021, 5:26 PM
This revision is now accepted and ready to land.Oct 11 2021, 6:32 PM