[PATCH] D13425: [compiler-rt] Properly detect lack of available system libraries for arch in clang_darwin.mk

Jeremy Huddleston Sequoia via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 11 18:23:16 PDT 2015


> On Oct 11, 2015, at 17:00, Chris Bieneman <beanz at apple.com> wrote:
> 
> beanz added a comment.
> 
> Jeremy,
> 
> While this is a regression that should be investigated, I'm going to ask the question I ask anyone when the report issues related to autoconf. Is there a reason you're not using CMake?

Bootstrap nightmares, mainly.

cmake requires a modern version of clang++ to build because current versions of cmake require C++11.  For our Snow Leopard users, we need to first build clang and libc++ before we can build cmake.  It's not that it can't solved, it's just that I've been avoiding opening that can of worms due to other priorities.

> We are working to deprecate the autoconf build system, so the intention is that it will be going away.
> 
> Thanks,
> -Chris
> 
> 
> Repository:
>  rL LLVM
> 
> http://reviews.llvm.org/D13425
> 
> 
> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4109 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151011/2b65a51a/attachment.bin>


More information about the llvm-commits mailing list