[PATCH] D68760: [BPF] Remove relocation for patchable externs

Yonghong Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 10 08:32:43 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rGd46a6a9e6865: [BPF] Remove relocation for patchable externs (authored by yonghong-song).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68760

Files:
  llvm/lib/Target/BPF/BPFAbstractMemberAccess.cpp
  llvm/lib/Target/BPF/BPFCORE.h
  llvm/lib/Target/BPF/BPFMISimplifyPatchable.cpp
  llvm/lib/Target/BPF/BTF.h
  llvm/lib/Target/BPF/BTFDebug.cpp
  llvm/lib/Target/BPF/BTFDebug.h
  llvm/test/CodeGen/BPF/BTF/binary-format.ll
  llvm/test/CodeGen/BPF/BTF/filename.ll
  llvm/test/CodeGen/BPF/BTF/func-func-ptr.ll
  llvm/test/CodeGen/BPF/BTF/func-non-void.ll
  llvm/test/CodeGen/BPF/BTF/func-source.ll
  llvm/test/CodeGen/BPF/BTF/func-typedef.ll
  llvm/test/CodeGen/BPF/BTF/func-unused-arg.ll
  llvm/test/CodeGen/BPF/BTF/func-void.ll
  llvm/test/CodeGen/BPF/CORE/offset-reloc-basic.ll
  llvm/test/CodeGen/BPF/CORE/offset-reloc-multilevel.ll
  llvm/test/CodeGen/BPF/CORE/offset-reloc-struct-anonymous.ll
  llvm/test/CodeGen/BPF/CORE/offset-reloc-struct-array.ll
  llvm/test/CodeGen/BPF/CORE/offset-reloc-union.ll
  llvm/test/CodeGen/BPF/CORE/patchable-extern-char.ll
  llvm/test/CodeGen/BPF/CORE/patchable-extern-uint.ll
  llvm/test/CodeGen/BPF/CORE/patchable-extern-ulonglong.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68760.224358.patch
Type: text/x-patch
Size: 40041 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191010/f7e98a95/attachment.bin>


More information about the llvm-commits mailing list