[all-commits] [llvm/llvm-project] ea693a: [NPM] Port module-debuginfo pass to the new pass m...

Amy Huang via All-commits all-commits at lists.llvm.org
Mon Oct 19 14:32:05 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ea693a162786d933863ab079648d4261ac0ead47
      https://github.com/llvm/llvm-project/commit/ea693a162786d933863ab079648d4261ac0ead47
  Author: Amy Huang <akhuang at google.com>
  Date:   2020-10-19 (Mon, 19 Oct 2020)

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

  Log Message:
  -----------
  [NPM] Port module-debuginfo pass to the new pass manager

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

Differential Revision: https://reviews.llvm.org/D89730




More information about the All-commits mailing list