This is an archive of the discontinued LLVM Phabricator instance.

[Debugify] Use WeakWH map collected before Pass when checking loc drop
ClosedPublic

Authored by djtodoro on Dec 13 2021, 3:26 AM.

Details

Summary

This fixes a typo/bug when checking for pointer reuse when testing DI location preservation in the Debugify original mode (when checking -g generated Debug Info).

Diff Detail

Event Timeline

djtodoro created this revision.Dec 13 2021, 3:26 AM
djtodoro requested review of this revision.Dec 13 2021, 3:26 AM
StephenTozer accepted this revision.Dec 15 2021, 7:23 AM

Trivial fix, LGTM.

This revision is now accepted and ready to land.Dec 15 2021, 7:23 AM
This revision was landed with ongoing or failed builds.Dec 21 2021, 6:54 AM
This revision was automatically updated to reflect the committed changes.