commit | c5b250ac848f366640912af6ea0613d519673d5f | [log] [tgz] |
---|---|---|
author | Chris Bieneman <beanz@apple.com> | Thu Apr 28 20:14:19 2016 +0000 |
committer | Chris Bieneman <beanz@apple.com> | Thu Apr 28 20:14:19 2016 +0000 |
tree | d8423c3e728a9c8af4194e89c7c9b76ca247b0d4 | |
parent | 6ede1c09ad3d0db330cb56fbd1ad7b1201604470 [diff] |
[CMake] [Darwin] Use libtool instead of ar && ranlib Summary: Using libtool instead of ar and ranlib on Darwin shaves a minute off my clang build. This is because on Darwin libtool is optimized to give hints to the kernel about filesystem interactions that allow it to be faster. Reviewers: bogner, pete Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D19611 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@267930 91177308-0d34-0410-b5e6-96231b3b80d8