From owner-svn-src-all@FreeBSD.ORG Wed Jun 9 21:58:24 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35FDE106566C; Wed, 9 Jun 2010 21:58:24 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-yw0-f182.google.com (mail-yw0-f182.google.com [209.85.211.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8ABC68FC17; Wed, 9 Jun 2010 21:58:23 +0000 (UTC) Received: by ywh12 with SMTP id 12so5189791ywh.14 for ; Wed, 09 Jun 2010 14:58:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=aOXRg77edLz5I9fCjPUh7ZRaIC3waUlQ8bmzdia97ZU=; b=wstH4oMaxgeIBiaUphyCruAq+SEHb3NqtmlSsf2ZLvAf6WdDcC2IXhWYsO86Mz/L6C qHBhNxEty/4g0tc2EAYTFFk5V2iPtWFb7L4Gv7KPRM2MTI8i/QxcStbG137fuwjougJK hHJUgWcSId9DyVSWdYbTSHy+bSKByquISyfVw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=C09HhrsBiQKjVetkhsqrc+8uchb36zoBJiiuTRu6/ULLPol98f4mv4GTrk0rcJKHsZ zT7g5YDEiIm3EoTUHMD3nUlOkvVE188EhAdDns5kikh+c9vyinobbCQaZ2uUk/FKXYDy Dw4Uiuzq4zTgvKXFkim3XCdLliyGEYM79TuKs= MIME-Version: 1.0 Received: by 10.229.250.201 with SMTP id mp9mr7411407qcb.67.1276120697395; Wed, 09 Jun 2010 14:58:17 -0700 (PDT) Received: by 10.229.233.74 with HTTP; Wed, 9 Jun 2010 14:58:17 -0700 (PDT) In-Reply-To: <20100609190445.GE56080@hoeg.nl> References: <201006091759.o59HxrJw096803@svn.freebsd.org> <20100609190445.GE56080@hoeg.nl> Date: Wed, 9 Jun 2010 14:58:17 -0700 Message-ID: From: Garrett Cooper To: Ed Schouten Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-src-head@freebsd.org, Roman Divacky , src-committers@freebsd.org, svn-src-all@freebsd.org Subject: Re: svn commit: r208954 - in head/contrib/llvm: . docs test tools/clang tools/clang/docs tools/clang/test website X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jun 2010 21:58:24 -0000 On Wed, Jun 9, 2010 at 12:04 PM, Ed Schouten wrote: > Hi Garrett, > > * Garrett Cooper wrote: >> Why strip test? This might actually be helpful for folks trying to >> evaluate whether or not they should upgrade to newer versions of >> clang. > > The testsuite can be checked out separately from the vendor space. It > will account for about 50 MB of additional disk space usage. Yes, but the tests can change at any point in time and might not reflect the code stored in the repository. Could a note at least be provided, or a port maintained to help others (say vendors) who have to qualify FreeBSD that this is the particular version that needs to be picked up from in order to test our shiny new compiler? That would make things considerably easier to work with, as I've worked as QA in a Linux shop in the past, where a lot of Linux provided packages that we had in the tree did not have the associated test code, and as QA that made my job a pain to deal with. Just a small file that stated where and/or how to obtain things would make this a lot easier. I would think that developers would also like the same to see whether or not there are any particular known issues with clang/llvm. Thanks, -Garrett