[PATCH] D102036: BPF: fix FIELD_EXISTS relocation with array subscripts

Andrii Nakryiko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 6 22:44:10 PDT 2021


anakryiko added a comment.

But bar[1] is not a field, why can't we just return error for such case? If someone wants to check type existence we have a separate TYPE_EXISTS relocation.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102036/new/

https://reviews.llvm.org/D102036



More information about the llvm-commits mailing list