[PATCH] D156446: [BPF] Don't crash on missing line info
Tamir Duberstein via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 2 18:16:36 PDT 2023
tamird marked an inline comment as done.
tamird added inline comments.
================
Comment at: llvm/lib/Target/BPF/BTFDebug.cpp:1377
+ const DISubprogram *const S = F.getSubprogram();
+ if (!S) {
+ return;
----------------
ast wrote:
> parens
Done.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156446/new/
https://reviews.llvm.org/D156446
More information about the llvm-commits
mailing list