[PATCH] D83878: BPF: support type existence/size and enum value relocations

Yonghong Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 28 23:33:14 PDT 2020


yonghong-song updated this revision to Diff 281484.
yonghong-song retitled this revision from "BPF: support CORE existence checking for typedef and struct variables" to "BPF: support type existence/size and enum value relocations".
yonghong-song edited the summary of this revision.
yonghong-song added a comment.

support additional type size and enum value relocations.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83878

Files:
  llvm/lib/Target/BPF/BPFAbstractMemberAccess.cpp
  llvm/lib/Target/BPF/BPFCORE.h
  llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-enum-value.ll
  llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-type-exist-1.ll
  llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-type-exist-2.ll
  llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-type-sizeof-1.ll
  llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-type-sizeof-2.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83878.281484.patch
Type: text/x-patch
Size: 38745 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200729/c2586a00/attachment.bin>


More information about the llvm-commits mailing list