projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
378f318
)
Prune debug message in AddLLVM.cmake.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Sat, 22 Feb 2014 07:31:10 +0000
(07:31 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Sat, 22 Feb 2014 07:31:10 +0000
(07:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201932
91177308
-0d34-0410-b5e6-
96231b3b80d8
cmake/modules/AddLLVM.cmake
patch
|
blob
|
history
diff --git
a/cmake/modules/AddLLVM.cmake
b/cmake/modules/AddLLVM.cmake
index 90c15a9d70e99f322fca377c10d81c6625157d9f..bce3b2dd760b0052cdf0dd32a7176dfa83c5afa7 100644
(file)
--- 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()