LTO is not ready for Windows.

llvm-svn: 127562
This commit is contained in:
Oscar Fuentes 2011-03-13 03:06:59 +00:00
parent 7d23be25ab
commit d57f14037a

View File

@ -46,7 +46,10 @@ add_subdirectory(llvm-stub)
add_subdirectory(edis)
add_subdirectory(llvmc)
add_subdirectory(lto)
if( NOT WIN32 )
add_subdirectory(lto)
endif()
if( LLVM_ENABLE_PIC )
# TODO: support other systems:
if( CMAKE_SYSTEM_NAME STREQUAL "Linux" )