From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 1/2] gnu: Add LLVM variant with RTTI support. Date: Tue, 8 Nov 2016 11:04:49 -0500 Message-ID: <20161108160449.GB19400@jasmine> References: <20161106193424.11435-1-rekado@elephly.net> <20161107231017.GA26573@jasmine> <87fun28k8p.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60668) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c48tM-0002Li-Sw for guix-devel@gnu.org; Tue, 08 Nov 2016 11:04:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c48tJ-0002gy-0d for guix-devel@gnu.org; Tue, 08 Nov 2016 11:04:56 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:58563) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c48tI-0002gt-TY for guix-devel@gnu.org; Tue, 08 Nov 2016 11:04:52 -0500 Content-Disposition: inline In-Reply-To: <87fun28k8p.fsf@elephly.net> 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" To: Ricardo Wurmus Cc: guix-devel@gnu.org On Tue, Nov 08, 2016 at 09:10:46AM +0100, Ricardo Wurmus wrote: > > Leo Famulari writes: > > > On Sun, Nov 06, 2016 at 08:34:23PM +0100, Ricardo Wurmus wrote: > >> * gnu/packages/llvm.scm (llvm-with-rtti): New variable. > > > > Seems okay, although would it make sense to enable this in the main LLVM > > package? > > I’m not sure, because it seems to require dependent packages to also > support this or else be built with “-fno-rtti”. We should build this > out in a separate branch and see how much damage this causes and how > many changes to existing packages this requires. Perhaps, but let's not let it delay this patch :)