Enable the Clang plugin by default.
authorMikhail Glushenkov <foldr@codedgers.com>
Sun, 7 Dec 2008 16:43:42 +0000 (16:43 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Sun, 7 Dec 2008 16:43:42 +0000 (16:43 +0000)
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

tools/llvmc/Makefile

index 8eb35cbe9cccd1a5d598140b3bfda2f47c03cdad..4354c387d40a7529f92a0277c2e303129e93a6bd 100644 (file)
@@ -9,7 +9,7 @@
 
 LEVEL = ../..
 
-BUILTIN_PLUGINS = Base
+BUILTIN_PLUGINS = Base Clang
 DRIVER_NAME = llvmc
 DIRS = plugins driver