[PATCH] D53261: [BPF] Add BTF generation for BPF target
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 16 16:31:26 PDT 2018
aprantl added a comment.
Thanks! Stylistically this looks good now.
@echristo may have an opinion on the integration with MC and DwarfDebug?
================
Comment at: lib/CodeGen/AsmPrinter/DwarfFile.h:117
+ // Emit all data for the BTF section
+ void emitBTFSection(bool IsLittleEndian);
----------------
`/// ... .`
Repository:
rL LLVM
https://reviews.llvm.org/D53261
More information about the llvm-commits
mailing list