[PATCH] D53261: [BPF] Add BTF generation for BPF target
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 15 08:48:18 PDT 2018
aprantl added inline comments.
================
Comment at: include/llvm/MC/MCBTFContext.h:35
+
+struct btf_header {
+ uint16_t magic;
----------------
->
https://www.llvm.org/docs/CodingStandards.html#name-types-functions-variables-and-enumerators-properly
Repository:
rL LLVM
https://reviews.llvm.org/D53261
More information about the llvm-commits
mailing list