[PATCH] D83391: [NFC][Debugify] Rename OptCustomPassManager into DebugifyCustomPassManager

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 8 05:57:50 PDT 2020


djtodoro created this revision.
djtodoro added reviewers: vsk, aprantl.
djtodoro added projects: debug-info, LLVM.
Herald added subscribers: llvm-commits, hiraditya.

In addition, move the definition of the class into the LegacyPassManager.h, so we can use it from different levels.

The motivation for this is D82547 <https://reviews.llvm.org/D82547>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D83391

Files:
  llvm/include/llvm/IR/LegacyPassManager.h
  llvm/lib/IR/LegacyPassManager.cpp
  llvm/tools/opt/opt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83391.276395.patch
Type: text/x-patch
Size: 7348 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200708/682cd61a/attachment.bin>


More information about the llvm-commits mailing list