[cfe-commits] [clang-tools-extra] r161887 - in /clang-tools-extra/trunk: CMakeLists.txt Makefile tool-template/ toolTemplate/

Marshall Clow mclow at qualcomm.com
Tue Aug 14 11:59:24 PDT 2012


Author: marshall
Date: Tue Aug 14 13:59:24 2012
New Revision: 161887

URL: http://llvm.org/viewvc/llvm-project?rev=161887&view=rev
Log:
Rename directory from 'toolTemplate' to 'tool-template'

Added:
    clang-tools-extra/trunk/tool-template/
      - copied from r161886, clang-tools-extra/trunk/toolTemplate/
Removed:
    clang-tools-extra/trunk/toolTemplate/
Modified:
    clang-tools-extra/trunk/CMakeLists.txt
    clang-tools-extra/trunk/Makefile

Modified: clang-tools-extra/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/CMakeLists.txt?rev=161887&r1=161886&r2=161887&view=diff
==============================================================================
--- clang-tools-extra/trunk/CMakeLists.txt (original)
+++ clang-tools-extra/trunk/CMakeLists.txt Tue Aug 14 13:59:24 2012
@@ -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)

Modified: clang-tools-extra/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/Makefile?rev=161887&r1=161886&r2=161887&view=diff
==============================================================================
--- clang-tools-extra/trunk/Makefile (original)
+++ clang-tools-extra/trunk/Makefile Tue Aug 14 13:59:24 2012
@@ -11,7 +11,7 @@
 
 include $(CLANG_LEVEL)/../../Makefile.config
 
-PARALLEL_DIRS := remove-cstr-calls toolTemplate
+PARALLEL_DIRS := remove-cstr-calls tool-template
 
 include $(CLANG_LEVEL)/Makefile
 





More information about the cfe-commits mailing list