mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 20:29:53 +00:00
Revert an unintended commit. Very sorry for this one.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130393 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
776157ac92
commit
d7797496a3
@ -51,6 +51,13 @@ if( NOT WIN32 )
|
||||
add_subdirectory(lto)
|
||||
endif()
|
||||
|
||||
if( LLVM_ENABLE_PIC )
|
||||
# TODO: support other systems:
|
||||
if( CMAKE_SYSTEM_NAME STREQUAL "Linux" )
|
||||
add_subdirectory(gold)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if( EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/clang/CMakeLists.txt )
|
||||
add_subdirectory( ${CMAKE_CURRENT_SOURCE_DIR}/clang )
|
||||
endif( EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/clang/CMakeLists.txt )
|
||||
|
Loading…
Reference in New Issue
Block a user