This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Make Module::getIFuncList() private
ClosedPublic

Authored by vporpo on Feb 15 2023, 10:59 AM.

Details

Summary

This is a followup to d180443570d7895193d2ab6f1e1486d669dc9723
which did not actually remove the public keyword.

Diff Detail

Event Timeline

vporpo created this revision.Feb 15 2023, 10:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 15 2023, 10:59 AM
vporpo requested review of this revision.Feb 15 2023, 10:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 15 2023, 10:59 AM
aeubanks accepted this revision.Feb 15 2023, 11:02 AM
This revision is now accepted and ready to land.Feb 15 2023, 11:02 AM
This revision was automatically updated to reflect the committed changes.