This is an archive of the discontinued LLVM Phabricator instance.

[StripDebugInfo] Reuse DebugInfoFinder for findind Live CUs
ClosedPublic

Authored by maksimsab on Mar 3 2023, 6:26 AM.

Details

Summary

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

Diff Detail

Event Timeline

maksimsab created this revision.Mar 3 2023, 6:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 3 2023, 6:27 AM
maksimsab requested review of this revision.Mar 3 2023, 6:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 3 2023, 6:27 AM
aprantl accepted this revision.Mar 3 2023, 8:44 AM

Deleting specialized code while improving correctness? That's always welcome!

This revision is now accepted and ready to land.Mar 3 2023, 8:44 AM
This revision was automatically updated to reflect the committed changes.