This is an archive of the discontinued LLVM Phabricator instance.

[lld-macho] Support lookup of dylibs in frameworks
ClosedPublic

Authored by int3 on Jul 15 2020, 7:13 PM.

Details

Reviewers
compnerd
Group Reviewers
Restricted Project
Commits
rG9282d04e041c: [lld-macho] Support lookup of dylibs in frameworks
Summary

Needed for testing Objective-C programs (since e.g. Core
Foundation is a framework)

Diff Detail

Event Timeline

int3 created this revision.Jul 15 2020, 7:13 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 15 2020, 7:13 PM
int3 updated this revision to Diff 278357.Jul 15 2020, 7:15 PM

remove spurious option-not-implemented messages

compnerd accepted this revision.Jul 16 2020, 11:00 AM
This revision is now accepted and ready to land.Jul 16 2020, 11:00 AM
int3 updated this revision to Diff 280731.Jul 26 2020, 9:16 AM

require shell for test since we use ln

This revision was automatically updated to reflect the committed changes.