[PATCH] D61346: [CMake] Do not use libtool on Apple platforms when building LLVM with (full) LTO.

Duncan P. N. Exon Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 30 15:50:03 PDT 2019


dexonsmith added a reviewer: steven_wu.
dexonsmith added a comment.

Shouldn't this just send `DYLD_LIBRARY_PATH` through to the second stage, so that `ar` and `ranlib` use the just-built libLTO.dylib?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61346/new/

https://reviews.llvm.org/D61346





More information about the llvm-commits mailing list