[all-commits] [llvm/llvm-project] b056c1: [StripDebugInfo] Reuse DebugInfoFinder for findind...

Maksim Sabianin via All-commits all-commits at lists.llvm.org
Fri Mar 3 16:21:53 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b056c1cb1b4b5443149a28ca2216b2f7642150c3
      https://github.com/llvm/llvm-project/commit/b056c1cb1b4b5443149a28ca2216b2f7642150c3
  Author: Maksim Sabianin <maksim.sabianin at intel.com>
  Date:   2023-03-03 (Fri, 03 Mar 2023)

  Changed paths:
    M llvm/lib/Transforms/IPO/StripSymbols.cpp
    A llvm/test/Transforms/StripSymbols/find-live-cu.ll

  Log Message:
  -----------
  [StripDebugInfo] Reuse DebugInfoFinder for findind Live CUs

Previous search does not take into account @llvm.dbg.* intrinsics
and debug types information while DebugInfoFinder takes into account
such information.

Reviewed By: aprantl

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




More information about the All-commits mailing list