forked from OSchip/llvm-project
Rename directory from 'toolTemplate' to 'tool-template'
llvm-svn: 161887
This commit is contained in:
parent
e16a45b3bc
commit
2920ef43ef
clang-tools-extra
|
@ -1,5 +1,5 @@
|
|||
add_subdirectory(remove-cstr-calls)
|
||||
add_subdirectory(toolTemplate)
|
||||
add_subdirectory(tool-template)
|
||||
|
||||
# Add the common testsuite after all the tools.
|
||||
add_subdirectory(test)
|
||||
|
|
|
@ -11,7 +11,7 @@ CLANG_LEVEL := ../..
|
|||
|
||||
include $(CLANG_LEVEL)/../../Makefile.config
|
||||
|
||||
PARALLEL_DIRS := remove-cstr-calls toolTemplate
|
||||
PARALLEL_DIRS := remove-cstr-calls tool-template
|
||||
|
||||
include $(CLANG_LEVEL)/Makefile
|
||||
|
||||
|
|
Loading…
Reference in New Issue