summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit8e1507d7c61dfd31545047f55a521269165503fd (patch)
tree23ea790b9aa37fc0a9bc361005585d04ef10ddea /llvm/tools/llvmc
parent385691b1bda4b01ae1c9bea52526e8fef8589088 (diff)
downloadbcm5719-llvm-8e1507d7c61dfd31545047f55a521269165503fd.tar.gz
bcm5719-llvm-8e1507d7c61dfd31545047f55a521269165503fd.zip
Enable the Clang plugin by default.
This will eventually replace `ccc`. The command `llvmc -clang` now uses the Clang toolchain instead of `llvm-gcc`. llvm-svn: 60661
Diffstat (limited to 'llvm/tools/llvmc')
-rw-r--r--llvm/tools/llvmc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvmc/Makefile b/llvm/tools/llvmc/Makefile
index 8eb35cbe9cc..4354c387d40 100644
--- a/llvm/tools/llvmc/Makefile
+++ b/llvm/tools/llvmc/Makefile
@@ -9,7 +9,7 @@
LEVEL = ../..
-BUILTIN_PLUGINS = Base
+BUILTIN_PLUGINS = Base Clang
DRIVER_NAME = llvmc
DIRS = plugins driver
OpenPOWER on IntegriCloud