mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-24 04:09:47 +00:00
LTO is not ready for Windows.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127562 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5522e8a936
commit
98f6ddc3c5
@ -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