[PATCH] D149058: [BPF][DebugInfo] Use .BPF.ext for line info when DWARF is not available
Nick Desaulniers via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 22 14:35:13 PDT 2023
nickdesaulniers added inline comments.
================
Comment at: llvm/unittests/DebugInfo/BTF/BTFParserTest.cpp:90
+ struct {
+ uint32_t LineRecSize = sizeof(BTF::BPFLineInfo);
+ struct {
----------------
`size_t`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149058/new/
https://reviews.llvm.org/D149058
More information about the llvm-commits
mailing list