[PATCH] D40778: [DebugIR] Revive the Debug IR pass. [Added llvm-commits]

Siddharth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 3 13:46:57 PST 2017


bollu created this revision.
bollu added a project: debug-info.
Herald added subscribers: JDevlieghere, aprantl, mgorny.

Re-submitting this patch since I had not added llvm-commits previously. Old patch: https://reviews.llvm.org/D40207

This is a revival of the old DebugIR pass <https://reviews.llvm.org/rL222945>.

This pass strips away old debug info, and inserts new debug info that provides LLVM IR leveldebugging in a debugger.

I do not fully understand the debug infrastructure of LLVM, so reviews will be much appreciated!


Repository:
  rL LLVM

https://reviews.llvm.org/D40778

Files:
  include/llvm/InitializePasses.h
  include/llvm/LinkAllPasses.h
  include/llvm/Transforms/DebugIR.h
  lib/Transforms/Instrumentation/CMakeLists.txt
  lib/Transforms/Instrumentation/DebugIR.cpp
  lib/Transforms/Instrumentation/Instrumentation.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40778.125295.patch
Type: text/x-patch
Size: 30883 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171203/c3c3abcc/attachment.bin>


More information about the llvm-commits mailing list