[PATCH] D110129: [DebugInfo] Support typedef with btf_decl_tag attributes

Yonghong Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 17 20:36:49 PDT 2021


yonghong-song updated this revision to Diff 380276.
yonghong-song retitled this revision from "[DebugInfo] Support typedef with btf_tag attributes" to "[DebugInfo] Support typedef with btf_decl_tag attributes".
yonghong-song edited the summary of this revision.
yonghong-song added a comment.

- update to use renamed btf_decl_tag instead of btf_tag (https://reviews.llvm.org/D111588)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110129

Files:
  clang/lib/CodeGen/CGDebugInfo.cpp
  clang/test/CodeGen/attr-btf_tag-typedef.c
  llvm/include/llvm/IR/DIBuilder.h
  llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  llvm/lib/IR/DIBuilder.cpp
  llvm/test/Bitcode/attr-btf_tag-typedef.ll
  llvm/test/DebugInfo/X86/attr-btf_tag-typedef.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110129.380276.patch
Type: text/x-patch
Size: 10276 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211018/9db64cd6/attachment.bin>


More information about the llvm-commits mailing list