From owner-freebsd-arch@FreeBSD.ORG Fri May 21 01:00:52 2010 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4E681065670; Fri, 21 May 2010 01:00:52 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 665528FC08; Fri, 21 May 2010 01:00:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o4L0v67c060455; Thu, 20 May 2010 18:57:06 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 20 May 2010 18:57:28 -0600 (MDT) Message-Id: <20100520.185728.29593248011634036.imp@bsdimp.com> To: dougb@freebsd.org From: "M. Warner Losh" In-Reply-To: <4BF407EF.7010508@FreeBSD.org> References: <20100519071630.GA77151@freebsd.org> <201005190904.22248.jhb@freebsd.org> <4BF407EF.7010508@FreeBSD.org> X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: kostikbel@gmail.com, ed@80386.nl, rdivacky@freebsd.org, freebsd-arch@freebsd.org 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: Fri, 21 May 2010 01:00:52 -0000 In message: <4BF407EF.7010508@FreeBSD.org> Doug Barton writes: : ... which leads to hopefully my last suggestion, if there is _any_ : chance that it would be useful to have tblgen installed then providing : a knob to do so (defaulting to off of course) is cheap, and will : prevent you having to rework the code later when someone requests it : (and believe me, someone will). :) Knobs are too cheap. We're starting to accumulate rather a lot of them for trivial things... We need to think about a better way to do subsetting... Warner