From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: [PATCH] gnu: clang-runtime: New package, propagated by clang. Date: Mon, 24 Aug 2015 18:21:57 -0400 Message-ID: <87y4h0minu.fsf@netris.org> References: <87mvxqnvvo.fsf@igalia.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38745) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZU08P-00080A-GS for guix-devel@gnu.org; Mon, 24 Aug 2015 18:22:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZU08K-0006SV-F2 for guix-devel@gnu.org; Mon, 24 Aug 2015 18:22:33 -0400 Received: from world.peace.net ([50.252.239.5]:55792) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZU08K-0006RZ-Ba for guix-devel@gnu.org; Mon, 24 Aug 2015 18:22:28 -0400 In-Reply-To: <87mvxqnvvo.fsf@igalia.com> (Andy Wingo's message of "Mon, 17 Aug 2015 10:48:27 +0200") 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: Andy Wingo Cc: guix-devel@gnu.org Andy Wingo writes: > From abca4b3b20a94c16131f521e35c63ffaf50ec45b Mon Sep 17 00:00:00 2001 > From: Andy Wingo > Date: Mon, 17 Aug 2015 09:21:09 +0200 > Subject: [PATCH] gnu: clang-runtime: New package, propagated by clang. A bit late, since I already pushed it, but I noticed that Debian doesn't have any "clang-runtime" package, but has an "llvm-runtime" package. Is that what this package should be called? Mark