summaryrefslogtreecommitdiffstats
path: root/llvm
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
commit2af1a44892f542df48d968a67746bb3f5e4a85a6 (patch)
tree4fb1b1fc40c7f0ee7e2b7d19df757c877d8d3e0e /llvm
parent0607c154358205abdb83ffc2242e0126c9b6f6f7 (diff)
downloadbcm5719-llvm-2af1a44892f542df48d968a67746bb3f5e4a85a6.tar.gz
bcm5719-llvm-2af1a44892f542df48d968a67746bb3f5e4a85a6.zip
Prune debug message in AddLLVM.cmake.
llvm-svn: 201932
Diffstat (limited to 'llvm')
-rw-r--r--llvm/cmake/modules/AddLLVM.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/cmake/modules/AddLLVM.cmake b/llvm/cmake/modules/AddLLVM.cmake
index 90c15a9d70e..bce3b2dd760 100644
--- a/llvm/cmake/modules/AddLLVM.cmake
+++ b/llvm/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()
OpenPOWER on IntegriCloud