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

Eduard Zingerman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 19 17:34:53 PDT 2023


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

Added `%python` to `print_btf.py` invocation to handle CI error on Windows.


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.506452.patch
Type: text/x-patch
Size: 99355 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230320/2ce31d0b/attachment.bin>


More information about the llvm-commits mailing list