[all-commits] [llvm/llvm-project] 5ca713: [DebugInfo] convert btf_tag attrs to DI annotation...

yonghong-song via All-commits all-commits at lists.llvm.org
Fri Aug 20 13:06:02 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5ca7131eb369949ee3adf2d3a562bf7e56ca7422
      https://github.com/llvm/llvm-project/commit/5ca7131eb369949ee3adf2d3a562bf7e56ca7422
  Author: Yonghong Song <yhs at fb.com>
  Date:   2021-08-20 (Fri, 20 Aug 2021)

  Changed paths:
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/lib/CodeGen/CGDebugInfo.h
    A clang/test/CodeGen/attr-btf_tag-field.c

  Log Message:
  -----------
  [DebugInfo] convert btf_tag attrs to DI annotations for record fields

Generate btf_tag annotations for record fields. The annotations
are represented as an DINodeArray in DebugInfo.

Differential Revision: https://reviews.llvm.org/D106616




More information about the All-commits mailing list