From owner-freebsd-toolchain@FreeBSD.ORG Thu Nov 11 19:44:35 2010 Return-Path: Delivered-To: toolchain@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDB25106564A for ; Thu, 11 Nov 2010 19:44:35 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (lev.vlakno.cz [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id 77D598FC0A for ; Thu, 11 Nov 2010 19:44:35 +0000 (UTC) Received: from lev.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id E801F9CB051; Thu, 11 Nov 2010 20:29:13 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by lev.vlakno.cz (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ogvD8NOVdfiM; Thu, 11 Nov 2010 20:29:13 +0100 (CET) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 7950B9CB5E9; Thu, 11 Nov 2010 20:29:13 +0100 (CET) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.4/8.14.4/Submit) id oABJTDNL015243; Thu, 11 Nov 2010 20:29:13 +0100 (CET) (envelope-from rdivacky) Date: Thu, 11 Nov 2010 20:29:13 +0100 From: Roman Divacky To: Ed Schouten Message-ID: <20101111192913.GA14762@freebsd.org> References: <20101111155243.GL2054@hoeg.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101111155243.GL2054@hoeg.nl> User-Agent: Mutt/1.4.2.3i Cc: toolchain@FreeBSD.org, current@FreeBSD.org Subject: Re: libcompiler_rt now part of FreeBSD's base system X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2010 19:44:35 -0000 On Thu, Nov 11, 2010 at 04:52:43PM +0100, Ed Schouten wrote: > Hello all, > > I just committed libcompiler_rt.a to HEAD. Even though I don't expect > serious issues -- especially not on the tier 1 architectures -- be sure > to contact me in case something goes wrong. I hooked it up to the build > in a separate commit, so if your system starts to act weird, just revert > r215127. great! can you share some more info about: - what is the plan for the unwinder etc? I know there's something from apple (not opensourced yet?) and others (tm) (not announced publicly yet I think) - how often(ever?) do you plan to update? while there's not much going on in compiler-rt repo it's not dead - do you plan to tackle libc++ now? :-P roman