[all-commits] [llvm/llvm-project] da48fe: [NPM] Port strip nonlinetable debuginfo pass to th...

Reid Kleckner via All-commits all-commits at lists.llvm.org
Wed Oct 7 14:41:03 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: da48fe1732fcd87005ca22745f930b97ab93f365
      https://github.com/llvm/llvm-project/commit/da48fe1732fcd87005ca22745f930b97ab93f365
  Author: Reid Kleckner <rnk at google.com>
  Date:   2020-10-07 (Wed, 07 Oct 2020)

  Changed paths:
    M llvm/include/llvm/InitializePasses.h
    M llvm/include/llvm/Transforms/Utils.h
    A llvm/include/llvm/Transforms/Utils/StripNonLineTableDebugInfo.h
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Passes/PassRegistry.def
    M llvm/lib/Transforms/Utils/StripNonLineTableDebugInfo.cpp
    M llvm/lib/Transforms/Utils/Utils.cpp
    M llvm/test/Transforms/Util/strip-nonlinetable-debuginfo-cus.ll

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

Fixes a few tests in llvm/test/Transforms/Utils.

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




More information about the All-commits mailing list