[llvm] [BPF] Handle nested wrapper structs in BPF map definition traversal (PR #144097)

via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 20 10:17:03 PDT 2025


yonghong-song wrote:

Ok, the change looks okay to me. Echoing to the previous comment from @eddyz87, nested wrapper structs won't work for libbpf, but libbpf is mostly for C. We have libbpf-rs but that is just a wrapper for C version of libbpf. Since your nested wrapper is  only for rust based libbpf, so it should be okay for now.

https://github.com/llvm/llvm-project/pull/144097


More information about the llvm-commits mailing list