[PATCH] D68822: [BPF] Support external globals

Yonghong Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 21 15:37:42 PDT 2019


yonghong-song updated this revision to Diff 225964.
yonghong-song retitled this revision from "[WIP][BPF] Support external globals" to "[BPF] Support external globals".
yonghong-song edited the summary of this revision.
yonghong-song added a comment.
Herald added subscribers: ormris, aprantl.

do not recognize section names for extern variables in llvm and leave it to bpf loader
upgrade and add test cases


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68822

Files:
  llvm/lib/Target/BPF/BTF.h
  llvm/lib/Target/BPF/BTFDebug.cpp
  llvm/test/CodeGen/BPF/BTF/extern-global-var-sec.ll
  llvm/test/CodeGen/BPF/BTF/extern-global-var.ll
  llvm/test/CodeGen/BPF/BTF/global-var-inited.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68822.225964.patch
Type: text/x-patch
Size: 13210 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191021/87d354c3/attachment.bin>


More information about the llvm-commits mailing list