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

Yonghong Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 21 17:18:54 PDT 2021


yonghong-song updated this revision to Diff 374073.
yonghong-song added a comment.

- updated tests based on @probinson suggestions.
- The only thing left is for llvm/test/DebugInfo/X86/attr-btf_tag-typedef.ll for which I didn't use `%itanium_abi_triple` as it seems only available for %clang ... and not available for llc.

  [$ ~/work/llvm-project/llvm/test] egrep -r itanium_abi_triple
  [$~/work/llvm-project/llvm/test]


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.374073.patch
Type: text/x-patch
Size: 10227 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210922/a211d2dc/attachment.bin>


More information about the cfe-commits mailing list