From owner-freebsd-current@FreeBSD.ORG Thu Mar 5 19:26:41 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 DD5BB106566B for ; Thu, 5 Mar 2009 19:26:41 +0000 (UTC) (envelope-from pawel.worach@gmail.com) Received: from mail-fx0-f158.google.com (mail-fx0-f158.google.com [209.85.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id 6F3C78FC1D for ; Thu, 5 Mar 2009 19:26:41 +0000 (UTC) (envelope-from pawel.worach@gmail.com) Received: by fxm2 with SMTP id 2so72382fxm.43 for ; Thu, 05 Mar 2009 11:26:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=dCOKsCxh7uerBH1y1Sr/zZ9WOetdfL6r6bYVFbWQye0=; b=A0tNQSHDIuTLU6NtUh/E6T7BqHPxpRlzfDJxT1Vbas9++LiFs9Lg0eXu94wbDS32aV 9ocsoQnF1bbQnxa2Htwu7km3FiumGjhFMqCa5KCm8Gkd8mog/rx3xC+ZqBotyUc4UvJ/ 0vFsTo7zwyNthgjWZ+ouF93eL8F3GidJT1SIw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=Lab6V1amQwMNJe8eObY/r+1duQRt5xikIc97uPQ5KzGGnA0b0WOjCdNelp2IuCZGpv xRxtEvdmJy7lGGJM7DalvihGCIrHPHg7mRQPHWt9pvC5+yKYfl8m3pGbThIe2pNKkrth q32M8egSzjTMEFMFMEDbUYcSU0zVaa0MhbVDw= MIME-Version: 1.0 Received: by 10.181.145.6 with SMTP id x6mr474298bkn.41.1236279220796; Thu, 05 Mar 2009 10:53:40 -0800 (PST) Date: Thu, 5 Mar 2009 19:53:40 +0100 Message-ID: From: Pawel Worach To: current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: [ANNOUNCE] FreeBSD with clang/llvm status update 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: Thu, 05 Mar 2009 19:26:42 -0000 Hi, Here is quick update on our quick progress with getting the system functional. Kernel now works with -O2, LINT compiles. We ran some libmicro syscall benchmarks and the results are not too bad, some of them are inconclusive for unknown reasons. http://www.vlakno.cz/~pwo/lm.html Most of userland builds with a few exceptions of GCCism and non-standard code. buildworld runs to completion with the problem areas disabled. It's not usable yet due to a blocking issue which makes rtld broken (the runtime linker, static binaries of course work but are no fun). So install the devel/llvm-devel port and buildkernel with CC=ccc to give it a shot! Feedback of any kind is very welcome! http://wiki.freebsd.org/BuildingFreeBSDWithClang -- Regards Pawel Worach, Roman Divacky, Ed Schouten and Diane Bruce.