[PATCH] D65618: [BPF] Handling type conversions correctly for CO-RE

Yonghong Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 2 15:54:31 PDT 2019


yonghong-song updated this revision to Diff 213138.
yonghong-song added a comment.
Herald added a subscriber: ormris.

use report_fatal_error() to report errors for missing metadata.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D65618

Files:
  lib/Target/BPF/BPFAbstractMemberAccess.cpp
  lib/Target/BPF/BTFDebug.cpp
  lib/Target/BPF/BTFDebug.h
  test/CodeGen/BPF/CORE/offset-reloc-cast-array-1.ll
  test/CodeGen/BPF/CORE/offset-reloc-cast-array-2.ll
  test/CodeGen/BPF/CORE/offset-reloc-cast-struct-1.ll
  test/CodeGen/BPF/CORE/offset-reloc-cast-struct-2.ll
  test/CodeGen/BPF/CORE/offset-reloc-cast-struct-3.ll
  test/CodeGen/BPF/CORE/offset-reloc-cast-union-1.ll
  test/CodeGen/BPF/CORE/offset-reloc-cast-union-2.ll
  test/CodeGen/BPF/CORE/offset-reloc-global-1.ll
  test/CodeGen/BPF/CORE/offset-reloc-global-2.ll
  test/CodeGen/BPF/CORE/offset-reloc-global-3.ll
  test/CodeGen/BPF/CORE/offset-reloc-ignore.ll
  test/CodeGen/BPF/CORE/offset-reloc-multi-array-1.ll
  test/CodeGen/BPF/CORE/offset-reloc-multi-array-2.ll
  test/CodeGen/BPF/CORE/offset-reloc-pointer-1.ll
  test/CodeGen/BPF/CORE/offset-reloc-pointer-2.ll
  test/CodeGen/BPF/CORE/offset-reloc-struct-anonymous.ll
  test/CodeGen/BPF/CORE/offset-reloc-struct-array.ll
  test/CodeGen/BPF/CORE/offset-reloc-typedef-array.ll
  test/CodeGen/BPF/CORE/offset-reloc-typedef.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65618.213138.patch
Type: text/x-patch
Size: 125790 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190802/ea8f18fb/attachment.bin>


More information about the llvm-commits mailing list