summaryrefslogtreecommitdiff
path: root/tools/llvmc/Makefile
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2009-03-03 11:02:48 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2009-03-03 11:02:48 +0000
commit283bb58332ed7f914fe3dc6d6929b6fdbae7d9fe (patch)
treea5e3c9024366a3101e69c4074ebd809f5a8c8ea3 /tools/llvmc/Makefile
parent03c050f018a07d93dc0a2a63a78145fef7c30f1f (diff)
downloadllvm-283bb58332ed7f914fe3dc6d6929b6fdbae7d9fe.tar.gz
llvm-283bb58332ed7f914fe3dc6d6929b6fdbae7d9fe.tar.bz2
llvm-283bb58332ed7f914fe3dc6d6929b6fdbae7d9fe.tar.xz
Add example/Skeleton.
This is a template that can be used to build your own LLVMC-based drivers. It can be also useful as a "bare-bones" LLVMC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65944 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvmc/Makefile')
-rw-r--r--tools/llvmc/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/llvmc/Makefile b/tools/llvmc/Makefile
index 60961769d1..df91728ea3 100644
--- a/tools/llvmc/Makefile
+++ b/tools/llvmc/Makefile
@@ -9,9 +9,6 @@
LEVEL = ../..
-# The current plan is to make the user copy the skeleton project and change only
-# this file (and plugins/UserPlugin, of course).
-
export LLVMC_BASED_DRIVER_NAME = llvmc
export LLVMC_BUILTIN_PLUGINS = Base Clang