[PATCH] D55752: [BPF] Add BTF DebugInfo under BPF target

Yonghong Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 16 21:43:12 PST 2018


yonghong-song updated this revision to Diff 178426.
yonghong-song edited the summary of this revision.
yonghong-song added a project: debug-info.
yonghong-song added a comment.

refactor the previous change to separate Debug info changes into
https://reviews.llvm.org/D55755 (for moving related header files into include directory)
and
https://reviews.llvm.org/D55756 (for exposing some private fields as protected)

So this change contains changes only under BPF target.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D55752

Files:
  lib/Target/BPF/BPFAsmPrinter.cpp
  lib/Target/BPF/BTF.def
  lib/Target/BPF/BTF.h
  lib/Target/BPF/BTFDebug.cpp
  lib/Target/BPF/BTFDebug.h
  lib/Target/BPF/CMakeLists.txt
  test/CodeGen/BPF/BTF/array-1d-char.ll
  test/CodeGen/BPF/BTF/array-1d-int.ll
  test/CodeGen/BPF/BTF/array-2d-int.ll
  test/CodeGen/BPF/BTF/array-size-0.ll
  test/CodeGen/BPF/BTF/array-typedef.ll
  test/CodeGen/BPF/BTF/binary-format.ll
  test/CodeGen/BPF/BTF/char.ll
  test/CodeGen/BPF/BTF/enum-basic.ll
  test/CodeGen/BPF/BTF/func-func-ptr.ll
  test/CodeGen/BPF/BTF/func-non-void.ll
  test/CodeGen/BPF/BTF/func-source.ll
  test/CodeGen/BPF/BTF/func-typedef.ll
  test/CodeGen/BPF/BTF/func-unused-arg.ll
  test/CodeGen/BPF/BTF/func-void.ll
  test/CodeGen/BPF/BTF/fwd-no-define.ll
  test/CodeGen/BPF/BTF/fwd-with-define.ll
  test/CodeGen/BPF/BTF/int.ll
  test/CodeGen/BPF/BTF/longlong.ll
  test/CodeGen/BPF/BTF/ptr-const-void.ll
  test/CodeGen/BPF/BTF/ptr-func-1.ll
  test/CodeGen/BPF/BTF/ptr-func-2.ll
  test/CodeGen/BPF/BTF/ptr-func-3.ll
  test/CodeGen/BPF/BTF/ptr-int.ll
  test/CodeGen/BPF/BTF/ptr-void.ll
  test/CodeGen/BPF/BTF/ptr-volatile-const-void.ll
  test/CodeGen/BPF/BTF/ptr-volatile-void.ll
  test/CodeGen/BPF/BTF/restrict-ptr.ll
  test/CodeGen/BPF/BTF/short.ll
  test/CodeGen/BPF/BTF/struct-anon.ll
  test/CodeGen/BPF/BTF/struct-basic.ll
  test/CodeGen/BPF/BTF/struct-bitfield-typedef.ll
  test/CodeGen/BPF/BTF/struct-enum.ll
  test/CodeGen/BPF/BTF/uchar.ll
  test/CodeGen/BPF/BTF/uint.ll
  test/CodeGen/BPF/BTF/ulonglong.ll
  test/CodeGen/BPF/BTF/union-array-typedef.ll
  test/CodeGen/BPF/BTF/ushort.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55752.178426.patch
Type: text/x-patch
Size: 178964 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181217/180a4b74/attachment-0001.bin>


More information about the llvm-commits mailing list