[PATCH] D149058: [BPF][DebugInfo] Use .BPF.ext for line info when DWARF is not available

Eduard Zingerman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 12 04:31:12 PDT 2023


eddyz87 updated this revision to Diff 539499.
eddyz87 marked 3 inline comments as done.
eddyz87 added a comment.

Changes requested by @MaskRay in the last review round.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149058

Files:
  llvm/include/llvm/DebugInfo/BTF/BTF.h
  llvm/include/llvm/DebugInfo/BTF/BTFContext.h
  llvm/include/llvm/DebugInfo/BTF/BTFParser.h
  llvm/include/llvm/DebugInfo/DIContext.h
  llvm/lib/DebugInfo/BTF/BTFContext.cpp
  llvm/lib/DebugInfo/BTF/BTFParser.cpp
  llvm/lib/DebugInfo/BTF/CMakeLists.txt
  llvm/lib/DebugInfo/CMakeLists.txt
  llvm/lib/DebugInfo/Symbolize/CMakeLists.txt
  llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
  llvm/test/tools/llvm-objdump/BPF/Inputs/test.c
  llvm/test/tools/llvm-objdump/BPF/interleaved-source-test.ll
  llvm/tools/llvm-objdump/SourcePrinter.cpp
  llvm/tools/llvm-objdump/SourcePrinter.h
  llvm/unittests/DebugInfo/BTF/BTFParserTest.cpp
  llvm/unittests/DebugInfo/BTF/CMakeLists.txt
  llvm/unittests/DebugInfo/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149058.539499.patch
Type: text/x-patch
Size: 42859 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230712/272f4c74/attachment-0001.bin>


More information about the llvm-commits mailing list