diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2008-10-02 21:15:05 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2008-10-02 21:15:05 +0000 |
commit | e4a5ea3130129124a9d88e5e27d8bcf26f147fa0 (patch) | |
tree | d6e05c63cbcdec28213f5462d45b770dfa5cfcda /tools/llvmc2/AutoGenerated.cpp | |
parent | 88ab90b4757e481b627bb61b0eaca5ed2aa22b4d (diff) |
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
Diffstat (limited to 'tools/llvmc2/AutoGenerated.cpp')
-rw-r--r-- | tools/llvmc2/AutoGenerated.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/llvmc2/AutoGenerated.cpp b/tools/llvmc2/AutoGenerated.cpp deleted file mode 100644 index 9f34e58b14..0000000000 --- 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" |