[PATCH] D145239: [StripDebugInfo] Reuse DebugInfoFinder for findind Live CUs

Maksim Sabianin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 3 06:27:01 PST 2023


maksimsab created this revision.
maksimsab added reviewers: bader, aprantl.
Herald added subscribers: ormris, hiraditya.
Herald added a project: All.
maksimsab requested review of this revision.
Herald added a project: LLVM.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D145239

Files:
  llvm/lib/Transforms/IPO/StripSymbols.cpp
  llvm/test/Transforms/StripSymbols/find-live-cu.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145239.502116.patch
Type: text/x-patch
Size: 4324 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230303/1967f82b/attachment.bin>


More information about the llvm-commits mailing list