From adcf753e17e21426408100ec39765de144cf7511 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Thu, 2 Oct 2008 21:15:05 +0000 Subject: Build system tweaks to make it more convenient for the plugin authors. Plugins can be now compiled in with a slight Makefile change. For example, to compile the new Clang driver, use: cd $LLVMC2_DIR make TOOLNAME=ccc2 BUILTIN_PLUGINS=Clang git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56967 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvmc2/AutoGenerated.cpp | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 tools/llvmc2/AutoGenerated.cpp (limited to 'tools/llvmc2/AutoGenerated.cpp') diff --git a/tools/llvmc2/AutoGenerated.cpp b/tools/llvmc2/AutoGenerated.cpp deleted file mode 100644 index 9f34e58..0000000 --- a/tools/llvmc2/AutoGenerated.cpp +++ /dev/null @@ -1,15 +0,0 @@ -//===--- AutoGenerated.cpp - The LLVM Compiler Driver -----------*- C++ -*-===// -// -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open -// Source License. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// -// -// Auto-generated tool descriptions - implementation. -// -//===----------------------------------------------------------------------===// - -// The auto-generated file -#include "AutoGenerated.inc" -- cgit v1.1