Open ksolana opened 1 year ago
Documentation of BTF debug info in llvm https://reviews.llvm.org/D53736
For BPF targets, BTF maybe getting generated automatically for types known to LLVM but we may want additional type info for move types.
BTF Types: https://docs.kernel.org/bpf/btf.html
An example of btf type id in the binary
https://godbolt.org/z/66rj8rbaP
Documentation of BTF debug info in llvm https://reviews.llvm.org/D53736
For BPF targets, BTF maybe getting generated automatically for types known to LLVM but we may want additional type info for move types.
BTF Types: https://docs.kernel.org/bpf/btf.html