From owner-svn-src-all@FreeBSD.ORG Sat Jul 28 22:25:26 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDF41106564A; Sat, 28 Jul 2012 22:25:26 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) by mx1.freebsd.org (Postfix) with ESMTP id 75C708FC0C; Sat, 28 Jul 2012 22:25:26 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:2ddc:c530:4913:4fc8] (unknown [IPv6:2001:7b8:3a7:0:2ddc:c530:4913:4fc8]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 784D35C37; Sun, 29 Jul 2012 00:25:19 +0200 (CEST) Message-ID: <501466D3.9020403@FreeBSD.org> Date: Sun, 29 Jul 2012 00:25:23 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: Roman Divacky References: <201207281250.q6SCoQfS027517@svn.freebsd.org> <20120728180137.GA55575@freebsd.org> In-Reply-To: <20120728180137.GA55575@freebsd.org> X-Enigmail-Version: 1.5a1pre Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r238863 - head/contrib/llvm/tools/clang/lib/Driver X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jul 2012 22:25:26 -0000 On 2012-07-28 20:01, Roman Divacky wrote:> It would be great to stay in sync with upstream. > > http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/Tools.cpp?r1=160103&r2=160231 Yeah, I have seen that commit, but it's not entirely correct: --hash-style=both should only be enabled for certain arches, and also --enable-new-dtags and that option should only be enabled when not linking statically. I have already sent a new patch upstream, to cfe-commits@cs.uiuc.edu.