From owner-svn-src-head@FreeBSD.ORG Wed Oct 19 06:26:39 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5106E106566C; Wed, 19 Oct 2011 06:26:39 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 1107A8FC08; Wed, 19 Oct 2011 06:26:39 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:2809:4756:fc07:9670] (unknown [IPv6:2001:7b8:3a7:0:2809:4756:fc07:9670]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 1C6DD5C37; Wed, 19 Oct 2011 08:26:38 +0200 (CEST) Message-ID: <4E9E6D9E.9090802@FreeBSD.org> Date: Wed, 19 Oct 2011 08:26:38 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111012 Thunderbird/8.0 MIME-Version: 1.0 To: Garrett Cooper References: <201110181737.p9IHbIvW083474@svn.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r226518 - head/contrib/llvm/tools/clang/lib/Basic X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2011 06:26:39 -0000 On 2011-10-19 05:13, Garrett Cooper wrote: > On Tue, Oct 18, 2011 at 8:08 PM, Garrett Cooper wrote: >> On Tue, Oct 18, 2011 at 10:37 AM, Dimitry Andric wrote: >>> Author: dim >>> Date: Tue Oct 18 17:37:18 2011 >>> New Revision: 226518 >>> URL: http://svn.freebsd.org/changeset/base/226518 ... >> It looks like this commit broke tinderbox for multiple archs. > > Rather than just complaining, I figured I should provide a fix (note > the llvm namespace scoping operators for the Twine method)... Sorry for the breakage. I committed the fix just now.