This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Print the autodetected host linker version
ClosedPublic

Authored by phosek on Aug 5 2020, 2:11 PM.

Details

Summary

There's no easy way to find out what the autodetected version is, but
sometimes it may be useful to confirm that the right version is being
used. Print it as CMake status message.

Diff Detail

Event Timeline

phosek created this revision.Aug 5 2020, 2:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 5 2020, 2:11 PM
phosek requested review of this revision.Aug 5 2020, 2:11 PM
mcgrathr accepted this revision.Aug 5 2020, 2:12 PM
mcgrathr added a subscriber: mcgrathr.

That's a great start. IMHO we should give the driver a way to print out its embedded value too.

This revision is now accepted and ready to land.Aug 5 2020, 2:12 PM
smeenai accepted this revision.Aug 5 2020, 5:57 PM

LGTM

This revision was automatically updated to reflect the committed changes.