aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvmc2/plugins/Clang/AutoGenerated.cpp
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2008-10-02 21:15:05 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2008-10-02 21:15:05 +0000
commitadcf753e17e21426408100ec39765de144cf7511 (patch)
treed6e05c63cbcdec28213f5462d45b770dfa5cfcda /tools/llvmc2/plugins/Clang/AutoGenerated.cpp
parent0b1654a52874c2a06157f1519b7089639c5d83d8 (diff)
downloadexternal_llvm-adcf753e17e21426408100ec39765de144cf7511.zip
external_llvm-adcf753e17e21426408100ec39765de144cf7511.tar.gz
external_llvm-adcf753e17e21426408100ec39765de144cf7511.tar.bz2
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/plugins/Clang/AutoGenerated.cpp')
-rw-r--r--tools/llvmc2/plugins/Clang/AutoGenerated.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llvmc2/plugins/Clang/AutoGenerated.cpp b/tools/llvmc2/plugins/Clang/AutoGenerated.cpp
new file mode 100644
index 0000000..add8acb
--- /dev/null
+++ b/tools/llvmc2/plugins/Clang/AutoGenerated.cpp
@@ -0,0 +1 @@
+#include "AutoGenerated.inc"