From owner-freebsd-current@FreeBSD.ORG Sun Dec 16 20:25:17 2012 Return-Path: Delivered-To: Current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1D22A908 for ; Sun, 16 Dec 2012 20:25:17 +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 CB9FA8FC13 for ; Sun, 16 Dec 2012 20:25:16 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:c062:9144:f85e:eefe] (unknown [IPv6:2001:7b8:3a7:0:c062:9144:f85e:eefe]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 544FB5C5A; Sun, 16 Dec 2012 21:25:15 +0100 (CET) Message-ID: <50CE2E29.4030906@FreeBSD.org> Date: Sun, 16 Dec 2012 21:25:13 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20121128 Thunderbird/18.0 MIME-Version: 1.0 To: "Sam Fourman Jr." Subject: Re: Clang/LLVM revision 169451 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2012 20:25:17 -0000 On 2012-12-16 20:51, Sam Fourman Jr. wrote: > I like to run FreeBSD HEAD on my workstation, > > I am wondering if a easy way exists to follow LLVM HEAD in FreeBSD HEAD? > I am in need of this patch > http://llvm.org/viewvc/llvm-project?view=rev&revision=169451 > to specifically fix http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/174459 Is there any reason you cannot apply the patch locally to your tree for now? > im not sure how it works, but does someone have a merge script that > basically puts LLVM HEAD into FreeBSD HEAD? No, there is no one-click merge script, it needs humanoid help, I'm afraid. :-) Is there any reason you cannot just install the port, or if that is too outdated, just checkout from llvm.org directly and build it?