[PATCH] D145891: [BPF] Generate BTF info using 'btf:type_tag' annotation

Eduard Zingerman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 15 14:11:31 PDT 2023


eddyz87 updated this revision to Diff 522339.
eddyz87 added a comment.

Rebase.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145891

Files:
  llvm/lib/Target/BPF/BTFDebug.cpp
  llvm/lib/Target/BPF/BTFDebug.h
  llvm/test/CodeGen/BPF/BTF/print_btf.py
  llvm/test/CodeGen/BPF/BTF/type-tag-dedup-enum.ll
  llvm/test/CodeGen/BPF/BTF/type-tag-dedup-struct.ll
  llvm/test/CodeGen/BPF/BTF/type-tag-dedup-subroutine.ll
  llvm/test/CodeGen/BPF/BTF/type-tag-dedup-typedef.ll
  llvm/test/CodeGen/BPF/BTF/type-tag-dedup-union.ll
  llvm/test/CodeGen/BPF/BTF/type-tag-field-relo.ll
  llvm/test/CodeGen/BPF/BTF/type-tag-fixup-fwd.ll
  llvm/test/CodeGen/BPF/BTF/type-tag-fixup-resolved.ll
  llvm/test/CodeGen/BPF/BTF/type-tag-skip-var.ll
  llvm/test/CodeGen/BPF/BTF/type-tag-var.ll
  llvm/test/CodeGen/BPF/BTF/type-tag-void.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145891.522339.patch
Type: text/x-patch
Size: 99424 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230515/e5228279/attachment.bin>


More information about the llvm-commits mailing list