[PATCH] D93563: BPF: add extern func to data sections if specified

Yonghong Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 20 19:17:02 PST 2020


yonghong-song added a comment.

Right, put BTF_KIND_FUNC in DATASEC is another option. In the beginning, we only need to put extern function there (with size of 0) for this use case.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93563



More information about the llvm-commits mailing list