[llvm] [BPF] Visit nested map array during BTF generation (PR #150608)

via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 27 09:59:50 PDT 2025


yonghong-song wrote:

That is true. If in visitMapDefType() we can identify inner maps, we can just recurse visitMapDefType() itself. This should make code simpler.

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


More information about the llvm-commits mailing list