This is an archive of the discontinued LLVM Phabricator instance.

[lld-macho] Only codesign by default on arm64 macOS
ClosedPublic

Authored by int3 on Mar 11 2021, 12:10 PM.

Details

Reviewers
gkm
Group Reviewers
Restricted Project
Commits
rG38a6374564a5: [lld-macho] Only codesign by default on arm64 macOS
Summary

instead of doing it on all arm64 platforms.

Diff Detail

Event Timeline

int3 created this revision.Mar 11 2021, 12:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 11 2021, 12:10 PM
int3 requested review of this revision.Mar 11 2021, 12:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 11 2021, 12:10 PM
gkm accepted this revision.Mar 11 2021, 5:58 PM
gkm added a subscriber: gkm.

LGTM

lld/test/MachO/Inputs/iPhoneSimulator.sdk/usr/lib/libSystem.tbd
30–31

Why doesn't this one get arm64?

This revision is now accepted and ready to land.Mar 11 2021, 5:58 PM
int3 updated this revision to Diff 330351.Mar 12 2021, 1:16 PM
int3 marked an inline comment as done.

address comment

lld/test/MachO/Inputs/iPhoneSimulator.sdk/usr/lib/libSystem.tbd
30–31

I was lazy to update something that's supposed to be inaccessible anyway. But I guess it's nice to make things uniform

This revision was landed with ongoing or failed builds.Mar 12 2021, 2:27 PM
This revision was automatically updated to reflect the committed changes.