[all-commits] [llvm/llvm-project] 16f27e: [cmake] Don't use ld.lld when targeting Darwin

Shoaib Meenai via All-commits all-commits at lists.llvm.org
Thu Aug 20 19:51:48 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 16f27e1e18fd975238e5439f48273c5aa0b09594
      https://github.com/llvm/llvm-project/commit/16f27e1e18fd975238e5439f48273c5aa0b09594
  Author: Shoaib Meenai <smeenai at fb.com>
  Date:   2020-08-20 (Thu, 20 Aug 2020)

  Changed paths:
    M llvm/cmake/modules/LLVMExternalProjectUtils.cmake

  Log Message:
  -----------
  [cmake] Don't use ld.lld when targeting Darwin

ld.lld is an ELF linker. We can switch to the new LLD for Mach-O port
when it's more complete, but for now, assume the user will have set
CMAKE_LINKER correctly themselves when targeting Darwin.




More information about the All-commits mailing list