forked from OSchip/llvm-project
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
This commit is contained in:
parent
385691b1bd
commit
8e1507d7c6
|
@ -9,7 +9,7 @@
|
|||
|
||||
LEVEL = ../..
|
||||
|
||||
BUILTIN_PLUGINS = Base
|
||||
BUILTIN_PLUGINS = Base Clang
|
||||
DRIVER_NAME = llvmc
|
||||
DIRS = plugins driver
|
||||
|
||||
|
|
Loading…
Reference in New Issue