[PATCH] fix CLANG_OPT_SMALL flags

Dimitry Andric dim at FreeBSD.org
Sat Mar 21 19:14:21 UTC 2015


On 21 Mar 2015, at 12:42, Pedro Arthur <bygrandao at gmail.com> wrote:
> Here is a patch which fix the CLANG_OPT_SMALL flags.
...
> CLANG_OPT_SMALL= -mstack-alignment=8 -mllvm -inline-threshold=3\
> -         -mllvm -simplifycfg-dup-ret -mllvm
> +         -mllvm -simplifycfg-dup-ret
> .if ${COMPILER_VERSION} >= 30500
> -CLANG_OPT_SMALL+= -enable-gvn=false
> +CLANG_OPT_SMALL+= -mllvm -enable-gvn=false
...

Good catch, thanks.  Committed in r280328.

-Dimitry

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 194 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.freebsd.org/pipermail/freebsd-hackers/attachments/20150321/9ca83aa7/attachment.sig>


More information about the freebsd-hackers mailing list