From owner-svn-src-head@FreeBSD.ORG Sat Oct 2 11:45:18 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F9C01065698; Sat, 2 Oct 2010 11:45:18 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7CFB08FC1F; Sat, 2 Oct 2010 11:45:18 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o92BjIh5039376; Sat, 2 Oct 2010 11:45:18 GMT (envelope-from dim@svn.freebsd.org) Received: (from dim@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o92BjIWr039375; Sat, 2 Oct 2010 11:45:18 GMT (envelope-from dim@svn.freebsd.org) Message-Id: <201010021145.o92BjIWr039375@svn.freebsd.org> From: Dimitry Andric Date: Sat, 2 Oct 2010 11:45:18 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r213358 - in head/contrib/llvm: tools/llvm2cpp tools/llvmc/driver tools/llvmc/example tools/llvmc/examples tools/llvmc/plugins utils/lit/ExampleTests utils/lit/ExampleTests.ObjDir utils... X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2010 11:45:18 -0000 Author: dim Date: Sat Oct 2 11:45:18 2010 New Revision: 213358 URL: http://svn.freebsd.org/changeset/base/213358 Log: Cleanup some example and empty directories that were left around after the last import of contrib/llvm. Suggested by: obrien Approved by: rpaulo (mentor) Deleted: head/contrib/llvm/tools/llvm2cpp/ head/contrib/llvm/tools/llvmc/driver/ head/contrib/llvm/tools/llvmc/example/ head/contrib/llvm/tools/llvmc/examples/ head/contrib/llvm/tools/llvmc/plugins/ head/contrib/llvm/utils/lit/ExampleTests/ head/contrib/llvm/utils/lit/ExampleTests.ObjDir/ head/contrib/llvm/utils/unittest/googletest/src/