This is an archive of the discontinued LLVM Phabricator instance.

[lld][MachO] Adjust isCodeSection signature
ClosedPublic

Authored by alexander-shaposhnikov on May 17 2021, 9:16 PM.

Details

Reviewers
int3
gkm
Group Reviewers
Restricted Project
Commits
rGdc2c6cf2749f: [lld][MachO] Adjust isCodeSection signature
Summary

This diff changes the type of the argument of isCodeSection to const InputSection *.
NFC.

Test plan: make check-lld-macho

Diff Detail

Event Timeline

Herald added a reviewer: gkm. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a reviewer: Restricted Project. · View Herald Transcript
alexander-shaposhnikov requested review of this revision.May 17 2021, 9:16 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 17 2021, 9:16 PM
int3 accepted this revision.May 17 2021, 9:54 PM

thanks!

This revision is now accepted and ready to land.May 17 2021, 9:54 PM
This revision was landed with ongoing or failed builds.May 17 2021, 10:10 PM
This revision was automatically updated to reflect the committed changes.