From owner-freebsd-hackers@FreeBSD.ORG Sat Mar 21 19:14:20 2015 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E7455613 for ; Sat, 21 Mar 2015 19:14:20 +0000 (UTC) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A35A8CE6 for ; Sat, 21 Mar 2015 19:14:20 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7::8b7:b034:6f55:4291] (unknown [IPv6:2001:7b8:3a7:0:8b7:b034:6f55:4291]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 2A2115C4D; Sat, 21 Mar 2015 20:14:17 +0100 (CET) Subject: Re: [PATCH] fix CLANG_OPT_SMALL flags Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Content-Type: multipart/signed; boundary="Apple-Mail=_7BE41FBA-24D9-4D07-BA87-5E8D75445FA2"; protocol="application/pgp-signature"; micalg=pgp-sha1 X-Pgp-Agent: GPGMail 2.5b6 From: Dimitry Andric In-Reply-To: Date: Sat, 21 Mar 2015 20:14:11 +0100 Message-Id: <0CD180FF-8237-4E4E-AC94-E651B53A8DD5@FreeBSD.org> References: To: Pedro Arthur X-Mailer: Apple Mail (2.2070.6) Cc: "" X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Mar 2015 19:14:21 -0000 --Apple-Mail=_7BE41FBA-24D9-4D07-BA87-5E8D75445FA2 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii On 21 Mar 2015, at 12:42, Pedro Arthur 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 --Apple-Mail=_7BE41FBA-24D9-4D07-BA87-5E8D75445FA2 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.27 iEYEARECAAYFAlUNwwcACgkQsF6jCi4glqPTMwCfaO2jbaPHnmi8fDwnEgiYIrLZ vukAoILIT1Xi5zeW5R701INKMyZBxX4c =dpXj -----END PGP SIGNATURE----- --Apple-Mail=_7BE41FBA-24D9-4D07-BA87-5E8D75445FA2--