[PATCH] D53261: [BPF] Add BTF generation for BPF target
Yonghong Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 16 16:22:45 PDT 2018
yonghong-song added a comment.
@aprantl, just addressed your comments. Indeed enum/strings definition is much cleaner.
I did not add packed attributes to BTFHeader and BTFExtHeader
as the data structure is designed not to have holes based on C standard. Please take a look. Thanks!
Repository:
rL LLVM
https://reviews.llvm.org/D53261
More information about the llvm-commits
mailing list