[PATCH] D53261: [BPF] Add BTF generation for BPF target

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 19 09:22:42 PDT 2018


aprantl added a comment.

ONe thing we discussed in person at the LLVM dev meeting was that it might be nicer to go directly from LLVM debug info metadata -> BTF rather than go from metadata -> DWARF -> BTF.


Repository:
  rL LLVM

https://reviews.llvm.org/D53261





More information about the llvm-commits mailing list