[llvm-commits] [llvm] r60661 - /llvm/trunk/tools/llvmc/Makefile
Mikhail Glushenkov
foldr at codedgers.com
Sun Dec 7 08:43:42 PST 2008
Author: foldr
Date: Sun Dec 7 10:43:42 2008
New Revision: 60661
URL: http://llvm.org/viewvc/llvm-project?rev=60661&view=rev
Log:
Enable the Clang plugin by default.
This will eventually replace `ccc`. The command `llvmc -clang` now uses
the Clang toolchain instead of `llvm-gcc`.
Modified:
llvm/trunk/tools/llvmc/Makefile
Modified: llvm/trunk/tools/llvmc/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvmc/Makefile?rev=60661&r1=60660&r2=60661&view=diff
==============================================================================
--- llvm/trunk/tools/llvmc/Makefile (original)
+++ llvm/trunk/tools/llvmc/Makefile Sun Dec 7 10:43:42 2008
@@ -9,7 +9,7 @@
LEVEL = ../..
-BUILTIN_PLUGINS = Base
+BUILTIN_PLUGINS = Base Clang
DRIVER_NAME = llvmc
DIRS = plugins driver
More information about the llvm-commits
mailing list