mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-16 14:31:16 +00:00
Prune debug message in AddLLVM.cmake.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201932 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
378f3188a0
commit
a7101ebc86
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user