summaryrefslogtreecommitdiff
path: root/cmake/modules/AddLLVM.cmake
diff options
context:
space:
mode:
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()