mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 15:19:33 +00:00
LTO is not ready for Windows.
llvm-svn: 127562
This commit is contained in:
parent
7d23be25ab
commit
d57f14037a
@ -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" )
|
||||
|
Loading…
Reference in New Issue
Block a user