[PATCH] D53736: [BTF] Add BTF DebugInfo
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 30 08:25:56 PST 2018
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL347999: [BTF] Add BTF DebugInfo (authored by yhs, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D53736?vs=174527&id=176133#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D53736/new/
https://reviews.llvm.org/D53736
Files:
llvm/trunk/include/llvm/BinaryFormat/BTF.def
llvm/trunk/include/llvm/BinaryFormat/BTF.h
llvm/trunk/include/llvm/MC/MCObjectFileInfo.h
llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
llvm/trunk/lib/CodeGen/AsmPrinter/BTFDebug.cpp
llvm/trunk/lib/CodeGen/AsmPrinter/BTFDebug.h
llvm/trunk/lib/CodeGen/AsmPrinter/BTFDebugStub.cpp
llvm/trunk/lib/CodeGen/AsmPrinter/CMakeLists.txt
llvm/trunk/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
llvm/trunk/lib/CodeGen/AsmPrinter/DebugHandlerBase.h
llvm/trunk/lib/MC/MCObjectFileInfo.cpp
llvm/trunk/test/DebugInfo/BTF/array-1d-char.ll
llvm/trunk/test/DebugInfo/BTF/array-1d-int.ll
llvm/trunk/test/DebugInfo/BTF/array-2d-int.ll
llvm/trunk/test/DebugInfo/BTF/array-size-0.ll
llvm/trunk/test/DebugInfo/BTF/array-typedef.ll
llvm/trunk/test/DebugInfo/BTF/binary-format.ll
llvm/trunk/test/DebugInfo/BTF/char.ll
llvm/trunk/test/DebugInfo/BTF/enum-basic.ll
llvm/trunk/test/DebugInfo/BTF/func-func-ptr.ll
llvm/trunk/test/DebugInfo/BTF/func-non-void.ll
llvm/trunk/test/DebugInfo/BTF/func-source.ll
llvm/trunk/test/DebugInfo/BTF/func-typedef.ll
llvm/trunk/test/DebugInfo/BTF/func-unused-arg.ll
llvm/trunk/test/DebugInfo/BTF/func-void.ll
llvm/trunk/test/DebugInfo/BTF/fwd-no-define.ll
llvm/trunk/test/DebugInfo/BTF/fwd-with-define.ll
llvm/trunk/test/DebugInfo/BTF/int.ll
llvm/trunk/test/DebugInfo/BTF/lit.local.cfg
llvm/trunk/test/DebugInfo/BTF/longlong.ll
llvm/trunk/test/DebugInfo/BTF/ptr-const-void.ll
llvm/trunk/test/DebugInfo/BTF/ptr-func-1.ll
llvm/trunk/test/DebugInfo/BTF/ptr-func-2.ll
llvm/trunk/test/DebugInfo/BTF/ptr-func-3.ll
llvm/trunk/test/DebugInfo/BTF/ptr-int.ll
llvm/trunk/test/DebugInfo/BTF/ptr-void.ll
llvm/trunk/test/DebugInfo/BTF/ptr-volatile-const-void.ll
llvm/trunk/test/DebugInfo/BTF/ptr-volatile-void.ll
llvm/trunk/test/DebugInfo/BTF/restrict-ptr.ll
llvm/trunk/test/DebugInfo/BTF/short.ll
llvm/trunk/test/DebugInfo/BTF/struct-anon.ll
llvm/trunk/test/DebugInfo/BTF/struct-basic.ll
llvm/trunk/test/DebugInfo/BTF/struct-bitfield-typedef.ll
llvm/trunk/test/DebugInfo/BTF/struct-enum.ll
llvm/trunk/test/DebugInfo/BTF/uchar.ll
llvm/trunk/test/DebugInfo/BTF/uint.ll
llvm/trunk/test/DebugInfo/BTF/ulonglong.ll
llvm/trunk/test/DebugInfo/BTF/union-array-typedef.ll
llvm/trunk/test/DebugInfo/BTF/ushort.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53736.176133.patch
Type: text/x-patch
Size: 186792 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181130/3f81cb47/attachment-0001.bin>
More information about the llvm-commits
mailing list