[PATCH] D25932: Unconditionally pass `-lto_library` to the linker on Darwin

Mehdi AMINI via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 27 11:11:38 PDT 2016


mehdi_amini added a comment.

I reproduced with clang that ships with XCode by doing:

      ln -s `xcrun -find clang` /tmp/clang
      /tmp/clang /tmp/main.cpp  -flto
      clang: warning: libLTO.dylib relative to clang installed dir not found; using 'ld' default search path instead
  `




Repository:
  rL LLVM

https://reviews.llvm.org/D25932





More information about the cfe-commits mailing list