[all-commits] [llvm/llvm-project] c624cc: [CMake][Clang] Skip host link version detection fo...

Petr Hosek via All-commits all-commits at lists.llvm.org
Mon Mar 21 18:33:12 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c624cc252738c30ada3f00a498e971a7a3a84196
      https://github.com/llvm/llvm-project/commit/c624cc252738c30ada3f00a498e971a7a3a84196
  Author: Petr Hosek <phosek at google.com>
  Date:   2022-03-21 (Mon, 21 Mar 2022)

  Changed paths:
    M clang/CMakeLists.txt

  Log Message:
  -----------
  [CMake][Clang] Skip host link version detection for lld on Darwin

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.

Differential Revision: https://reviews.llvm.org/D122109




More information about the All-commits mailing list