This is an archive of the discontinued LLVM Phabricator instance.

BuildLibCalls: move inference of freeing memory later
ClosedPublic

Authored by durin42 on Jul 20 2022, 9:56 AM.

Details

Summary

This probably should have been part of D123089, but the effects of it
don't show up until we start removing functions from the table in
D130107. Oops.

Diff Detail

Event Timeline

durin42 created this revision.Jul 20 2022, 9:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 20 2022, 9:56 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
durin42 requested review of this revision.Jul 20 2022, 9:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 20 2022, 9:56 AM
durin42 updated this revision to Diff 446206.Jul 20 2022, 10:35 AM
durin42 edited the summary of this revision. (Show Details)
durin42 updated this revision to Diff 446562.Jul 21 2022, 10:24 AM
nikic accepted this revision.Jul 21 2022, 12:16 PM
nikic added a subscriber: nikic.

LGTM

This revision is now accepted and ready to land.Jul 21 2022, 12:16 PM
This revision was landed with ongoing or failed builds.Jul 21 2022, 12:31 PM
This revision was automatically updated to reflect the committed changes.