From: NAKAMURA Takumi Date: Sat, 22 Feb 2014 07:31:10 +0000 (+0000) Subject: Prune debug message in AddLLVM.cmake. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a7101ebc862d49ec5dbfe4ef4c982a5c04b6c726;p=oota-llvm.git Prune debug message in AddLLVM.cmake. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201932 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/cmake/modules/AddLLVM.cmake b/cmake/modules/AddLLVM.cmake index 90c15a9d70e..bce3b2dd760 100644 --- a/cmake/modules/AddLLVM.cmake +++ b/cmake/modules/AddLLVM.cmake @@ -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()