[CMake] Print the autodetected host linker version
authorPetr Hosek <phosek@google.com>
Wed, 5 Aug 2020 21:03:12 +0000 (14:03 -0700)
committerPetr Hosek <phosek@google.com>
Thu, 6 Aug 2020 03:22:28 +0000 (20:22 -0700)
commit633e3dacf27ea4950b7067803502490597ba96e0
treef18e9d202da0b9f3532382accbcc3035bacf1a34
parent1c1ffa6a300a60c81be41a3e08a4e9da7499adc1
[CMake] Print the autodetected host linker version

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.

Differential Revision: https://reviews.llvm.org/D85362
clang/CMakeLists.txt