This is an archive of the discontinued LLVM Phabricator instance.

[clang][Darwin] Remove old lld implementation handling
ClosedPublic

Authored by keith on Dec 2 2021, 11:11 AM.

Details

Summary

This now assumes that for the darwin driver any lld is the "new" macho
lld implementation.

Diff Detail

Event Timeline

keith requested review of this revision.Dec 2 2021, 11:11 AM
keith created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptDec 2 2021, 11:11 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision is now accepted and ready to land.Dec 2 2021, 12:32 PM
MaskRay accepted this revision.Dec 2 2021, 2:38 PM

LGTM.

This revision was automatically updated to reflect the committed changes.