summaryrefslogtreecommitdiff
path: root/cmake/modules/AddLLVM.cmake
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-02-22 07:31:10 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-02-22 07:31:10 +0000
commita7101ebc862d49ec5dbfe4ef4c982a5c04b6c726 (patch)
treee665b068660934919a5b4299ef2e86fbe17a0c20 /cmake/modules/AddLLVM.cmake
parent378f3188a0873d88979d0ab1f50358514aeeb558 (diff)
downloadllvm-a7101ebc862d49ec5dbfe4ef4c982a5c04b6c726.tar.gz
llvm-a7101ebc862d49ec5dbfe4ef4c982a5c04b6c726.tar.bz2
llvm-a7101ebc862d49ec5dbfe4ef4c982a5c04b6c726.tar.xz
Prune debug message in AddLLVM.cmake.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201932 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake/modules/AddLLVM.cmake')
-rw-r--r--cmake/modules/AddLLVM.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/modules/AddLLVM.cmake b/cmake/modules/AddLLVM.cmake
index 90c15a9d70..bce3b2dd76 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()