[all-commits] [llvm/llvm-project] b5b6d3: [Debugify] Port verify-debuginfo-preserve to NewPM

Djordje Todorovic via All-commits all-commits at lists.llvm.org
Wed Jul 6 08:07:46 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b5b6d3a41b4eba23b604f37942b892a382caae57
      https://github.com/llvm/llvm-project/commit/b5b6d3a41b4eba23b604f37942b892a382caae57
  Author: Nikola Tesic <nikola.tesic at syrmia.com>
  Date:   2022-07-06 (Wed, 06 Jul 2022)

  Changed paths:
    M clang/lib/CodeGen/BackendUtil.cpp
    M llvm/include/llvm/Transforms/Utils/Debugify.h
    M llvm/lib/Transforms/Utils/Debugify.cpp
    M llvm/test/DebugInfo/debugify-original-no-dbg-info.ll
    A llvm/test/DebugInfo/verify-di-preserve.ll
    M llvm/test/Transforms/Util/Debugify/loc-only-original-mode.ll
    M llvm/tools/opt/NewPMDriver.cpp
    M llvm/tools/opt/NewPMDriver.h
    M llvm/tools/opt/opt.cpp

  Log Message:
  -----------
  [Debugify] Port verify-debuginfo-preserve to NewPM

Debugify in OriginalDebugInfo mode, introduced with D82545,
runs only with legacy PassManager.

This patch enables this utility for the NewPM.

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




More information about the All-commits mailing list