lto/CMakeLists.txt: Cut the dep to intrinsics_gen. LTO doesn't depend on it and LTO_static doesn't depend on anything.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189086 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2013-08-23 02:51:13 +00:00
parent b581261240
commit 1f2c399bdb

View File

@ -11,8 +11,6 @@ set(SOURCES
LTOModule.cpp
)
set(LLVM_COMMON_DEPENDS intrinsics_gen)
if( NOT WIN32 AND LLVM_ENABLE_PIC )
set(bsl ${BUILD_SHARED_LIBS})
set(BUILD_SHARED_LIBS ON)