This is an archive of the discontinued LLVM Phabricator instance.

[CMake][Clang] Skip host link version detection for lld on Darwin
ClosedPublic

Authored by phosek on Mar 20 2022, 6:00 PM.

Details

Summary

When lld is being used as host linker, skip version detection since
lld version cannot be used interchangeably with ld64 version and lld
is already handled specially in Clang driver.

Diff Detail

Event Timeline

phosek created this revision.Mar 20 2022, 6:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 20 2022, 6:00 PM
Herald added a subscriber: mgorny. · View Herald Transcript
phosek requested review of this revision.Mar 20 2022, 6:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 20 2022, 6:00 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
int3 accepted this revision.Mar 20 2022, 7:19 PM

Thanks!

This revision is now accepted and ready to land.Mar 20 2022, 7:19 PM