From owner-freebsd-arch@FreeBSD.ORG Tue May 18 07:38:38 2010 Return-Path: Delivered-To: arch@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91072106566B; Tue, 18 May 2010 07:38:38 +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 495188FC12; Tue, 18 May 2010 07:38:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id AF7959CB0F6; Tue, 18 May 2010 09:35:29 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31lwOHNC66yk; Tue, 18 May 2010 09:35:27 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 23F329CB140; Tue, 18 May 2010 09:35:27 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id o4I7ZQFP096985; Tue, 18 May 2010 09:35:26 +0200 (CEST) (envelope-from rdivacky) Date: Tue, 18 May 2010 09:35:26 +0200 From: Roman Divacky To: Doug Barton Message-ID: <20100518073526.GA96818@freebsd.org> References: <20100514152408.GN56080@hoeg.nl> <4BEEE8A9.7020303@FreeBSD.org> <20100517064908.GX56080@hoeg.nl> <20100517091354.GE83316@deviant.kiev.zoral.com.ua> <20100517092628.GC56080@hoeg.nl> <4BF1B352.4030306@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4BF1B352.4030306@FreeBSD.org> User-Agent: Mutt/1.4.2.3i Cc: Kostik Belousov , Ed Schouten , FreeBSD Arch Subject: Re: Request for review: build infrastructure for Clang X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 May 2010 07:38:38 -0000 On Mon, May 17, 2010 at 02:21:22PM -0700, Doug Barton wrote: > On 05/17/10 02:26, Ed Schouten wrote: > > * Kostik Belousov wrote: > >> lib/clang/..., as it is done for bind ? > > > > So I guess that would lead to the following directory structure? > > > > - lib/clang/libclang.../ > > - lib/clang/libllvm.../ > > Yes. > > > - usr.bin/clang/clang/ > > - usr.bin/clang/tblgen/ > > I don't think we have any hierarchies like this in the tree currently. I > would vote for just usr.bin/clang, usr.bin/tblgen, etc. How many > binaries are we talking about? two now (clang and tblgen) with one more coming soon (llvm-mc/as)