Rename directory from 'toolTemplate' to 'tool-template'

llvm-svn: 161887
This commit is contained in:
Marshall Clow 2012-08-14 18:59:24 +00:00
parent e16a45b3bc
commit 2920ef43ef
5 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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