[PATCH] D59441: [BPF] Add BTF Var and DataSec Support

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 16 08:36:26 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL356326: [BPF] Add BTF Var and DataSec Support (authored by yhs, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D59441?vs=190923&id=190964#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D59441

Files:
  llvm/trunk/lib/Target/BPF/BTF.def
  llvm/trunk/lib/Target/BPF/BTF.h
  llvm/trunk/lib/Target/BPF/BTFDebug.cpp
  llvm/trunk/lib/Target/BPF/BTFDebug.h
  llvm/trunk/test/CodeGen/BPF/BTF/global-var-sec-readonly.ll
  llvm/trunk/test/CodeGen/BPF/BTF/global-var-sec.ll
  llvm/trunk/test/CodeGen/BPF/BTF/static-var-inited-sec.ll
  llvm/trunk/test/CodeGen/BPF/BTF/static-var-inited.ll
  llvm/trunk/test/CodeGen/BPF/BTF/static-var-readonly-sec.ll
  llvm/trunk/test/CodeGen/BPF/BTF/static-var-readonly.ll
  llvm/trunk/test/CodeGen/BPF/BTF/static-var-sec.ll
  llvm/trunk/test/CodeGen/BPF/BTF/static-var-zerolen-array.ll
  llvm/trunk/test/CodeGen/BPF/BTF/static-var.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59441.190964.patch
Type: text/x-patch
Size: 72244 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190316/be439f82/attachment-0001.bin>


More information about the llvm-commits mailing list