aboutsummaryrefslogtreecommitdiff
path: root/tools/llvmc
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2008-12-07 16:43:42 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2008-12-07 16:43:42 +0000
commit0bef2ad48156d0df078d90dfba899730bc1c881a (patch)
tree06914883f5dfdd3f586c9c3837a7c9e99db4af67 /tools/llvmc
parentc8813da34a818dfd77b85a4c739a340003a14db9 (diff)
Enable the Clang plugin by default.
This will eventually replace `ccc`. The command `llvmc -clang` now uses the Clang toolchain instead of `llvm-gcc`. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60661 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvmc')
-rw-r--r--tools/llvmc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvmc/Makefile b/tools/llvmc/Makefile
index 8eb35cbe9c..4354c387d4 100644
--- a/tools/llvmc/Makefile
+++ b/tools/llvmc/Makefile
@@ -9,7 +9,7 @@
LEVEL = ../..
-BUILTIN_PLUGINS = Base
+BUILTIN_PLUGINS = Base Clang
DRIVER_NAME = llvmc
DIRS = plugins driver