This is an archive of the discontinued LLVM Phabricator instance.

[lld-macho] Ignore -dependency_info and its argument
ClosedPublic

Authored by int3 on Jul 23 2020, 9:18 PM.

Details

Reviewers
compnerd
Group Reviewers
Restricted Project
Commits
rG06a0dd2467d5: [lld-macho] Ignore -dependency_info and its argument
Summary

XCode passes in this flag, which we do not yet implement. Skip
over the argument for now so we can at least successfully parse the
linker invocation.

Diff Detail

Event Timeline

int3 created this revision.Jul 23 2020, 9:18 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 23 2020, 9:18 PM
compnerd accepted this revision.Jul 24 2020, 9:37 AM
This revision is now accepted and ready to land.Jul 24 2020, 9:37 AM
This revision was automatically updated to reflect the committed changes.