forked from OSchip/llvm-project
Add clang-format to the corresponding Makefile.
llvm-svn: 177727
This commit is contained in:
parent
3bd5ffb62b
commit
be0d173099
|
@ -12,7 +12,7 @@ CLANG_LEVEL := ..
|
|||
include $(CLANG_LEVEL)/../../Makefile.config
|
||||
|
||||
DIRS := driver libclang c-index-test arcmt-test c-arcmt-test diagtool \
|
||||
clang-check
|
||||
clang-check clang-format
|
||||
|
||||
# Recurse into the extra repository of tools if present.
|
||||
OPTIONAL_DIRS := extra
|
||||
|
|
Loading…
Reference in New Issue