This is an archive of the discontinued LLVM Phabricator instance.

[lld-macho] Refactor parseSections to avoid creating isec on LLVM segments
ClosedPublic

Authored by thevinster on Aug 16 2021, 3:21 PM.

Details

Summary

Address post follow up comment in D108016. Avoid creating isec for
LLVM segments since we are skipping over it.

Diff Detail

Event Timeline

thevinster created this revision.Aug 16 2021, 3:21 PM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a reviewer: Restricted Project. · View Herald Transcript
thevinster published this revision for review.Aug 16 2021, 3:23 PM
thevinster edited the summary of this revision. (Show Details)
Herald added a project: Restricted Project. · View Herald TranscriptAug 16 2021, 3:23 PM
int3 accepted this revision.Aug 16 2021, 5:51 PM
int3 added a subscriber: int3.

Thanks!

This revision is now accepted and ready to land.Aug 16 2021, 5:51 PM
thevinster edited the summary of this revision. (Show Details)

Lint