[PATCH] D89730: [NPM] Port module-debuginfo pass to the new pass manager

Amy Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 19 13:51:45 PDT 2020


akhuang created this revision.
akhuang added reviewers: aeubanks, asbirlea.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
akhuang requested review of this revision.

Port pass to NPM and update tests in DebugInfo/Generic.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D89730

Files:
  llvm/include/llvm/Analysis/ModuleDebugInfoPrinter.h
  llvm/include/llvm/InitializePasses.h
  llvm/lib/Analysis/Analysis.cpp
  llvm/lib/Analysis/ModuleDebugInfoPrinter.cpp
  llvm/lib/Passes/PassBuilder.cpp
  llvm/lib/Passes/PassRegistry.def
  llvm/test/DebugInfo/Generic/debuginfofinder-forward-declaration.ll
  llvm/test/DebugInfo/Generic/debuginfofinder-imported-global-variable.ll
  llvm/test/DebugInfo/Generic/debuginfofinder-inlined-cu.ll
  llvm/test/DebugInfo/Generic/debuginfofinder-multiple-cu.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89730.299141.patch
Type: text/x-patch
Size: 9931 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201019/71709ea6/attachment.bin>


More information about the llvm-commits mailing list