[PATCH] change llvm configure arc4random presence test to fix broken configuration

Todd Fiala tfiala at google.com
Tue Feb 4 16:20:53 PST 2014


Thanks,Peter - I'm working on that now.


On Tue, Feb 4, 2014 at 4:12 PM, Peter Collingbourne <peter at pcc.me.uk> wrote:

> On Tue, Feb 04, 2014 at 04:03:29PM -0800, Todd Fiala wrote:
> > -#if !defined(HAVE_ARC4RANDOM)
> > +#if !defined(HAVE_DECL_ARC4RANDOM) || !HAVE_DECL_ARC4RANDOM
>
> I think you also need to rename the symbol in the CMake scripts
> (cmake/config-ix.cmake
> and include/llvm/Config/config.h.cmake).
>
> Thanks,
> --
> Peter
>



-- 
Todd Fiala | Software Engineer | tfiala at google.com | 650-943-3180
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140204/5caa2ea4/attachment.html>


More information about the llvm-commits mailing list