This is an archive of the discontinued LLVM Phabricator instance.

[llvm-profgen] Fix to use getUntrackedCallsites outside the loop
ClosedPublic

Authored by wlei on Dec 14 2021, 1:36 PM.

Details

Summary

Unwinder is hoisted out in https://reviews.llvm.org/D115550, so fix the useage of getUntrackedCallsites.

Diff Detail

Event Timeline

wlei created this revision.Dec 14 2021, 1:36 PM
wlei requested review of this revision.Dec 14 2021, 1:36 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 14 2021, 1:36 PM
wlei edited the summary of this revision. (Show Details)Dec 14 2021, 1:37 PM
wlei added reviewers: hoy, wenlei.
hoy accepted this revision.Dec 14 2021, 2:48 PM

LGTM.

This revision is now accepted and ready to land.Dec 14 2021, 2:48 PM
wenlei accepted this revision.Dec 14 2021, 4:16 PM

lgtm, thanks.

This revision was landed with ongoing or failed builds.Dec 14 2021, 4:43 PM
This revision was automatically updated to reflect the committed changes.