From owner-freebsd-current@FreeBSD.ORG Mon Oct 12 19:25:16 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3487F1065672; Mon, 12 Oct 2009 19:25:16 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id A4A4A8FC13; Mon, 12 Oct 2009 19:25:15 +0000 (UTC) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.3/8.14.3/ALCHEMY.FRANKEN.DE) with ESMTP id n9CJD5jl009555; Mon, 12 Oct 2009 21:13:05 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.3/8.14.3/Submit) id n9CJD5Mv009554; Mon, 12 Oct 2009 21:13:05 +0200 (CEST) (envelope-from marius) Date: Mon, 12 Oct 2009 21:13:05 +0200 From: Marius Strobl To: Roman Divacky Message-ID: <20091012191305.GA9480@alchemy.franken.de> References: <20090924192103.GA84535@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090924192103.GA84535@freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: current@freebsd.org Subject: Re: [STATUS]: clang/llvm support on FreeBSD X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Oct 2009 19:25:16 -0000 On Thu, Sep 24, 2009 at 09:21:03PM +0200, Roman Divacky wrote: > Hi, > > The clang@freebsd team presents the status of clang/llvm being > able to compile FreeBSD system. The situation as of today > (Sep 24th) is: > > > i386 - kernel boots, world needs little hacks but works > > amd64 - kernel compiles but does not boot, world needs > little hacks > > ppc - broken because of unknown RTLD bug > > other - unknown > > > all other platforms are untested. Ie. this is a regression from the > situation in early spring when we could boot amd64 as well... > > A lot has happened over the spring/summer - amd64 got proper mcmodel=kernel > support, compiler-rt was introduced (paving the way for libgcc replacement), > we ran two experimental ports build to see how clang does there, C++ support > is able to parse devd.cc without warnings, we got kernel working with -O2, > we promoted FreeBSD to be officially supported plaform in LLVM etc. etc. > > We have problems though: we don't have manpower for testing (thats why amd64 > kernel stopped booting) and developers for integrating stuff into FreeBSD > (maintaining ports etc.). So if you are interested in helping please contact > me or join us on IRC in #freebsd-clang on irc.oftc.net. We especially need > amd64 testers (because of the amd64 kernel bug) and people with minor platforms > like arm/mips/sparc to see how clang/llvm performs there and improve that > situation. > Is there any progress on support for 64-bit SPARC-V9 in LLVM as required for sparc64? Marius