This is an archive of the discontinued LLVM Phabricator instance.

[lld-macho] Link against ObjCARCOpts instead of ObjCARC
ClosedPublic

Authored by int3 on Jan 25 2021, 6:46 AM.

Details

Reviewers
compnerd
Group Reviewers
Restricted Project
Commits
rG3dd5ea9dd8d9: [lld-macho] Link against ObjCARCOpts instead of ObjCARC
Summary

Not sure what the difference is, but using the latter appears to cause
issues in standalone builds. See llvm.org/PR48853.

Diff Detail

Event Timeline

int3 created this revision.Jan 25 2021, 6:46 AM
int3 requested review of this revision.Jan 25 2021, 6:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 25 2021, 6:46 AM
compnerd accepted this revision.Jan 25 2021, 9:38 AM
compnerd added a subscriber: compnerd.

I'm really not sure what ObjCARC maps to. ObjCARCOpts is the correct component name.

This revision is now accepted and ready to land.Jan 25 2021, 9:38 AM
This revision was landed with ongoing or failed builds.Jan 25 2021, 4:02 PM
This revision was automatically updated to reflect the committed changes.