From: Mikhail Glushenkov Date: Sun, 7 Dec 2008 16:43:42 +0000 (+0000) Subject: Enable the Clang plugin by default. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0bef2ad48156d0df078d90dfba899730bc1c881a;p=oota-llvm.git 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 --- diff --git a/tools/llvmc/Makefile b/tools/llvmc/Makefile index 8eb35cbe9cc..4354c387d40 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