[PATCH] D148080: [opt] Remove the BreakpointPrinter pass

Bjorn Pettersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 12 02:06:02 PDT 2023


bjope created this revision.
bjope added a reviewer: aeubanks.
Herald added a project: All.
bjope requested review of this revision.
Herald added a project: LLVM.

This removed the option print-breakpoints-for-testing in opt, as well
as the related BreakpointPrinter pass.

The functionality only existed for the legacy PM, but was not verified
to be working by any test cases. And the named "llvm.dbg.sp" metadata
that the pass was looking for is not something that I really can find
any information about (unless perhaps if I dive really deep into the
commit history), so not sure exactly if this functionality has been
relevant for several years.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D148080

Files:
  llvm/tools/opt/BreakpointPrinter.cpp
  llvm/tools/opt/BreakpointPrinter.h
  llvm/tools/opt/CMakeLists.txt
  llvm/tools/opt/opt.cpp
  llvm/utils/gn/secondary/llvm/tools/opt/BUILD.gn

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148080.512696.patch
Type: text/x-patch
Size: 5784 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230412/d5b776a7/attachment.bin>


More information about the llvm-commits mailing list