From owner-freebsd-current@FreeBSD.ORG Wed Jun 2 21:48:14 2010 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 C706510657A0 for ; Wed, 2 Jun 2010 21:48:14 +0000 (UTC) (envelope-from pawel.worach@gmail.com) Received: from mail-ew0-f209.google.com (mail-ew0-f209.google.com [209.85.219.209]) by mx1.freebsd.org (Postfix) with ESMTP id 534D88FC1D for ; Wed, 2 Jun 2010 21:48:14 +0000 (UTC) Received: by ewy1 with SMTP id 1so1708527ewy.33 for ; Wed, 02 Jun 2010 14:48:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=asI37/nC40vNeG2gOLoxKKvKM948cn8SfSt4qKiJWa0=; b=Y0LkIH0VG5Wj9O3rZ59xznZmpw1MABb1gJUdzi9h5cz2R8tOmhhSKeR7eIHONdZx5x XXQiBjDc5NF7upUXcZZlrOFLxKeeAZlZQEnFn/frNztO7XJ/wH81E3fvLrACz2Po/eNQ 1DNzF+BF4EEXM0KbvH8DDp5HqMgwqjGjASzG0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=XyuvflQFwsUBcHDQseHVF+HB+myMefFhliiBJ09GiVmFkygy8H9nxigRuFpq8NL0F6 rCADUzHCHZiNMu4FhqdxstzqbFGe56CWCJzTUIzMaQkJPaNL4qaUgX9j9+OwL9jTUBx4 t27nvLAfE/Q2SO1EfN2FeXSzoDXY1r780LGaE= Received: by 10.213.17.7 with SMTP id q7mr5433563eba.91.1275515293067; Wed, 02 Jun 2010 14:48:13 -0700 (PDT) Received: from [172.16.0.199] (c80-216-186-179.bredband.comhem.se [80.216.186.179]) by mx.google.com with ESMTPS id 16sm4706617ewy.15.2010.06.02.14.48.12 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 02 Jun 2010 14:48:12 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1078) Content-Type: text/plain; charset=us-ascii From: Pawel Worach In-Reply-To: <20100531145749.GB55909@troutmask.apl.washington.edu> Date: Wed, 2 Jun 2010 23:48:11 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20100531075248.GA15206@freebsd.org> <20100531145749.GB55909@troutmask.apl.washington.edu> To: Steve Kargl X-Mailer: Apple Mail (2.1078) Cc: current@freebsd.org Subject: Re: Importing clang/LLVM into FreeBSD HEAD 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: Wed, 02 Jun 2010 21:48:14 -0000 On May 31, 2010, at 16:57, Steve Kargl wrote: >=20 > Can clang/LLVM build the livefs and bootonly CD's? >=20 There is a buildbot here[1] that builds a live CD for boot testing, so I = would say it works. [1] http://amd64-clang-bot.qat.freebsd.org:8010/ --=20 Pawel=