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 11:51:01 -0400 Message-ID: <87k2skofbu.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]:48429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTu21-0004Az-Dr for guix-devel@gnu.org; Mon, 24 Aug 2015 11:51:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZTu1x-0008Kb-UC for guix-devel@gnu.org; Mon, 24 Aug 2015 11:51:33 -0400 Received: from world.peace.net ([50.252.239.5]:55031) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTu1x-0008KQ-O0 for guix-devel@gnu.org; Mon, 24 Aug 2015 11:51:29 -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: > This patch lets -fsanitize=thread work. It also lets packages build > which include the and related > headers. > > Andy > > 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. Pushed. Thank you! Mark