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

Yonghong Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 4 22:41:34 PST 2021


yonghong-song updated this revision to Diff 314505.
yonghong-song edited the summary of this revision.
yonghong-song added a comment.

put BTF_KIND_FUNC directly to datasect instead of BTF_KIND_VAR(BTF_KIND_FUNC)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93563

Files:
  llvm/lib/Target/BPF/BTFDebug.cpp
  llvm/lib/Target/BPF/BTFDebug.h
  llvm/test/CodeGen/BPF/BTF/extern-var-func-weak-section.ll
  llvm/test/CodeGen/BPF/BTF/extern-var-section.ll
  llvm/test/CodeGen/BPF/BTF/extern-var-weak-section.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93563.314505.patch
Type: text/x-patch
Size: 6603 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210105/d683d24e/attachment.bin>


More information about the llvm-commits mailing list