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

llvm-svn: 189086
This commit is contained in:
NAKAMURA Takumi 2013-08-23 02:51:13 +00:00
parent 0c00704f27
commit 8c8f4325a5
1 changed files with 0 additions and 2 deletions

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)