From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: [PATCH] gnu: Add llvm-3.6.0 and clang-3.6.0 Date: Mon, 02 Mar 2015 12:09:54 -0500 Message-ID: <87lhjfz5p9.fsf@netris.org> References: <871tl71pjm.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50989) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSTqj-0004dQ-CP for guix-devel@gnu.org; Mon, 02 Mar 2015 12:09:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSTqc-00029P-Aw for guix-devel@gnu.org; Mon, 02 Mar 2015 12:09:45 -0500 Received: from world.peace.net ([50.252.239.5]:47448) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSTqc-00028w-87 for guix-devel@gnu.org; Mon, 02 Mar 2015 12:09:38 -0500 In-Reply-To: <871tl71pjm.fsf@netris.org> (Mark H. Weaver's message of "Mon, 02 Mar 2015 08:45:17 -0500") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org Mark H Weaver writes: > This updates llvm and clang to 3.6.0, while keeping 3.5.0 available as > well. It creates a new procedure 'clang-from-llvm' that does the > obvious thing. I want to keep 3.5.0 around for purposes of testing > Guile with various versions of clang. > > I've verified that the 3.5.0 packages generate the same derivations as > before, but have not yet finished building 3.6.0 to make sure it works. They built successfully on my i686 system, so I went ahead and pushed this. Mark