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

yonghong-song via All-commits all-commits at lists.llvm.org
Thu Aug 26 10:36:57 PDT 2021


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

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

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

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

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




More information about the All-commits mailing list