[llvm] r201932 - Prune debug message in AddLLVM.cmake.

NAKAMURA Takumi geek4civic at gmail.com
Fri Feb 21 23:31:10 PST 2014


Author: chapuni
Date: Sat Feb 22 01:31:10 2014
New Revision: 201932

URL: http://llvm.org/viewvc/llvm-project?rev=201932&view=rev
Log:
Prune debug message in AddLLVM.cmake.

Modified:
    llvm/trunk/cmake/modules/AddLLVM.cmake

Modified: llvm/trunk/cmake/modules/AddLLVM.cmake
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/cmake/modules/AddLLVM.cmake?rev=201932&r1=201931&r2=201932&view=diff
==============================================================================
--- llvm/trunk/cmake/modules/AddLLVM.cmake (original)
+++ llvm/trunk/cmake/modules/AddLLVM.cmake Sat Feb 22 01:31:10 2014
@@ -298,7 +298,6 @@ function(llvm_add_library name)
     # Add dependencies also to objlibs.
     # CMake issue 14747 --  add_dependencies() might be ignored to objlib's user.
     foreach(objlib ${objlibs})
-      message("add_dependencies(${objlib} ${LLVM_COMMON_DEPENDS})")
       add_dependencies(${objlib} ${LLVM_COMMON_DEPENDS})
     endforeach()
   endif()





More information about the llvm-commits mailing list