projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8813da
)
Enable the Clang plugin by default.
author
Mikhail Glushenkov
<foldr@codedgers.com>
Sun, 7 Dec 2008 16:43:42 +0000
(16:43 +0000)
committer
Mikhail 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
patch
|
blob
|
history
diff --git
a/tools/llvmc/Makefile
b/tools/llvmc/Makefile
index 8eb35cbe9cccd1a5d598140b3bfda2f47c03cdad..4354c387d40a7529f92a0277c2e303129e93a6bd 100644
(file)
--- 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