[PATCH] D106615: [Clang][LLVM] generate btf_tag annotations for DIComposite types

Yonghong Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 12 17:55:00 PDT 2021


yonghong-song added a comment.

@dblaikie The clang attr handling patch (D106614 <https://reviews.llvm.org/D106614>). Could you help review this patch which handles IR/BitCode Read/Write for btf_tag attributes?
This patch contains a common function which will be used by other DItypes, so this patch needs to be reviewed first.
If anybody else should review this patch, please let me know and I am happy to add them to reviewer list.

FYI. The following patches depends on this patch:

  https://reviews.llvm.org/D106616 (DIDerived type: struct/union members)
  https://reviews.llvm.org/D106618 (Subprogram type)
  https://reviews.llvm.org/D106619 (Global variable)
  https://reviews.llvm.org/D106620 (Function parameters)
  https://reviews.llvm.org/D106621 (output dwarf)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106615/new/

https://reviews.llvm.org/D106615



More information about the llvm-commits mailing list