svn commit: r364822 - in head/crypto/openssl/crypto: aes/asm bn/asm chacha/asm ec/asm modes/asm poly1305/asm sha/asm

John Baldwin jhb at FreeBSD.org
Thu Aug 27 20:25:10 UTC 2020


On 8/26/20 9:55 AM, Jung-uk Kim wrote:
> Author: jkim
> Date: Wed Aug 26 16:55:28 2020
> New Revision: 364822
> URL: https://svnweb.freebsd.org/changeset/base/364822
> 
> Log:
>   Fix Clang version detection.
>   
>   We prepend "FreeBSD" to Clang version string.  This broke compiler test for
>   AVX instruction support.

Have you opened a PR upstream to fix this?  They should be willing to
accept it since it probably affects clang on OS X as well?

-- 
John Baldwin


More information about the svn-src-head mailing list