[llvm] [BPF] Strip map struct names (PR #164851)
Michal R via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 23 13:26:30 PDT 2025
vadorovsky wrote:
I'm going to close this.
We had [a fixup for removing the map names in bpf-linker](https://github.com/aya-rs/bpf-linker/blob/35cfe2bcfc525d8b211d0b433c9128b707360cae/src/llvm/di.rs#L162) since forever and I made this PR without questioning it. But now I tested with different kernels down to 5.10 and I cannot reproduce the issue anymore. Perhaps the issues we were facing were just about the pointer types present in the map structs and we got too eager with these fixups.
Sorry for the noise!
https://github.com/llvm/llvm-project/pull/164851
More information about the llvm-commits
mailing list