CMake: llvmc2 is now known as llvmc.
authorOscar Fuentes <ofv@wanadoo.es>
Tue, 25 Nov 2008 22:18:49 +0000 (22:18 +0000)
committerOscar Fuentes <ofv@wanadoo.es>
Tue, 25 Nov 2008 22:18:49 +0000 (22:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60052 91177308-0d34-0410-b5e6-96231b3b80d8

tools/CMakeLists.txt
tools/llvmc/driver/CMakeLists.txt

index d05cb9aa9374cae6d39e62da02c8f501c77c48c1..113d98743c47c221e5bb4760e87f23a30f4b1f8a 100644 (file)
@@ -29,7 +29,7 @@ add_subdirectory(llvm-db)
 add_subdirectory(bugpoint)
 add_subdirectory(llvm-bcanalyzer)
 add_subdirectory(llvm-stub)
-add_subdirectory(llvmc2)
+add_subdirectory(llvmc)
 
 if( EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/clang/CMakeLists.txt )
   add_subdirectory( ${CMAKE_CURRENT_SOURCE_DIR}/clang )
index 7d4e967b73a1cce021711cd109c685e99522c6ad..4227141d57fe51398ff8ebf31a847b8ebc798244 100644 (file)
@@ -1,7 +1,7 @@
 set(LLVM_LINK_COMPONENTS support system)
 set(LLVM_REQUIRES_EH 1)
 
-add_llvm_tool(llvmc2
+add_llvm_tool(llvmc
   Action.cpp
   CompilationGraph.cpp
   llvmc.cpp